making them auto update

This commit is contained in:
ViktorBarzin 2017-07-09 00:01:28 +03:00
parent 1cb47a0cc3
commit 579068034d
1056 changed files with 4 additions and 126967 deletions

View file

@ -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 " }}}