dot_files/vim-plugins/bundle/vim-powerline/autoload/Powerline/Segments/fugitive.vim
2017-07-09 00:26:06 +03:00

5 lines
229 B
VimL

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")}')
\ ])