dot_files/.vim/bundle/vim-powerline/autoload/Powerline/Segments/fugitive.vim
2017-05-21 12:14:33 +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")}')
\ ])