From 75a6977d066445f43fdb0ed35b7ab8398fdc917d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 16 Apr 2013 01:22:46 -0500 Subject: Use the newer powerline. --- vim/autoload/Powerline/Segments/fugitive.vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vim/autoload/Powerline/Segments/fugitive.vim (limited to 'vim/autoload/Powerline/Segments/fugitive.vim') diff --git a/vim/autoload/Powerline/Segments/fugitive.vim b/vim/autoload/Powerline/Segments/fugitive.vim deleted file mode 100644 index 297556b..0000000 --- a/vim/autoload/Powerline/Segments/fugitive.vim +++ /dev/null @@ -1,5 +0,0 @@ -let g:Powerline#Segments#fugitive#segments = Pl#Segment#Init('fugitive', - \ (exists('g:loaded_fugitive') && g:loaded_fugitive == 1), - \ - \ Pl#Segment#Create('branch', '%{Powerline#Functions#fugitive#GetBranch("$BRANCH")}') -\ ) -- cgit