aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/Powerline/Segments/fugitive.vim
blob: 297556be8de3545d26eb735f03795b6f365f934c (plain)
1
2
3
4
5
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")}')
\ )