Reverted powerline version. Increased font size

This commit is contained in:
amix
2013-04-13 15:15:26 -03:00
parent f7aaff4afc
commit 0087ef8f9b
36 changed files with 3459 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
let g:Powerline#Segments#virtualenv#segments = Pl#Segment#Init(['virtualenv',
\ has('python') && (exists('g:virtualenv_loaded') && g:virtualenv_loaded == 1),
\
\ Pl#Segment#Create('statusline', '%{virtualenv#statusline()}')
\ ])