1
0
Fork 0
mirror of synced 2024-07-01 04:51:10 -04:00
ultimate-vim/sources_non_forked/vim-powerline/autoload/Powerline/Segments/fugitive.vim
2012-08-16 23:41:25 -04:00

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