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/Functions/fugitive.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vim/autoload/Powerline/Functions/fugitive.vim (limited to 'vim/autoload/Powerline/Functions/fugitive.vim') diff --git a/vim/autoload/Powerline/Functions/fugitive.vim b/vim/autoload/Powerline/Functions/fugitive.vim deleted file mode 100644 index bb00131..0000000 --- a/vim/autoload/Powerline/Functions/fugitive.vim +++ /dev/null @@ -1,7 +0,0 @@ -function! Powerline#Functions#fugitive#GetBranch(symbol) " {{{ - let ret = fugitive#statusline() - - let ret = substitute(ret, '\c\v\[?GIT\(([a-z0-9\-_\./:]+)\)\]?', a:symbol .' \1', 'g') - - return ret -endfunction " }}} -- cgit