diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-04-16 01:22:46 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-04-16 01:22:46 -0500 |
| commit | 577b791c99b07471ec27e1f9c09e756a6f1da0cd (patch) | |
| tree | 60daaa41542b03720931b5eace3b55abf57cf515 /vim/autoload/Powerline/Segments/virtualenv.vim | |
| parent | 07c693d23065b9371ba3aa713e8fd4b0e9874c9d (diff) | |
Use the newer powerline.
Diffstat (limited to 'vim/autoload/Powerline/Segments/virtualenv.vim')
| -rw-r--r-- | vim/autoload/Powerline/Segments/virtualenv.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/autoload/Powerline/Segments/virtualenv.vim b/vim/autoload/Powerline/Segments/virtualenv.vim deleted file mode 100644 index 90661f1..0000000 --- a/vim/autoload/Powerline/Segments/virtualenv.vim +++ /dev/null @@ -1,5 +0,0 @@ -let g:Powerline#Segments#virtualenv#segments = Pl#Segment#Init('virtualenv', - \ has('python') && (exists('g:virtualenv_loaded') && g:virtualenv_loaded == 1), - \ - \ Pl#Segment#Create('statusline', '%{VirtualEnvStatusline()}') -\ ) |