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 | 75a6977d066445f43fdb0ed35b7ab8398fdc917d (patch) | |
| tree | 8fd5e76e8dba555d676cfbb1fca78f9790190975 /vim/autoload/Powerline/Segments/rvm.vim | |
| parent | 5c452bb95dc3cebeaed429d4893c4be99b7d88af (diff) | |
Use the newer powerline.
Diffstat (limited to 'vim/autoload/Powerline/Segments/rvm.vim')
| -rw-r--r-- | vim/autoload/Powerline/Segments/rvm.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/autoload/Powerline/Segments/rvm.vim b/vim/autoload/Powerline/Segments/rvm.vim deleted file mode 100644 index 7e34245..0000000 --- a/vim/autoload/Powerline/Segments/rvm.vim +++ /dev/null @@ -1,5 +0,0 @@ -let g:Powerline#Segments#rvm#segments = Pl#Segment#Init('rvm', - \ (exists('g:loaded_rvm') && g:loaded_rvm == 1), - \ Pl#Segment#Create('string', '%{rvm#string()}'), - \ Pl#Segment#Create('statusline', '%{rvm#statusline()}') -\ ) |