]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - vim/autoload/Powerline/Segments/fugitive.vim
Add powerline
[rbdr/dotfiles] / vim / autoload / Powerline / Segments / fugitive.vim
... / ...
CommitLineData
1let g:Powerline#Segments#fugitive#segments = Pl#Segment#Init('fugitive',
2 \ (exists('g:loaded_fugitive') && g:loaded_fugitive == 1),
3 \
4 \ Pl#Segment#Create('branch', '%{Powerline#Functions#fugitive#GetBranch("$BRANCH")}')
5\ )