dot_files/vim-plugins/bundle/vim-powerline/autoload/Powerline/Segments/hgrev.vim
2017-07-09 00:26:06 +03:00

4 lines
185 B
VimL

let g:Powerline#Segments#hgrev#segments = Pl#Segment#Init(['hgrev',
\ (exists('hgrev_loaded')),
\ Pl#Segment#Create('branch', '%{Powerline#Functions#hgrev#Status("$BRANCH")}')
\ ])