aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/Powerline/Functions/fugitive.vim
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2013-04-16 01:22:46 -0500
committerBen Beltran <ben@nsovocal.com>2013-04-16 01:22:46 -0500
commit577b791c99b07471ec27e1f9c09e756a6f1da0cd (patch)
tree60daaa41542b03720931b5eace3b55abf57cf515 /vim/autoload/Powerline/Functions/fugitive.vim
parent07c693d23065b9371ba3aa713e8fd4b0e9874c9d (diff)
Use the newer powerline.
Diffstat (limited to 'vim/autoload/Powerline/Functions/fugitive.vim')
-rw-r--r--vim/autoload/Powerline/Functions/fugitive.vim7
1 files changed, 0 insertions, 7 deletions
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 " }}}