mirror of
1
0
Fork 0
ultimate-vim/sources_forked/vim-powerline/autoload/Powerline/Segments/fugitive.vim

6 lines
229 B
VimL
Executable File

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