dot_files/vim-plugins/vim-powerline/autoload/Powerline/Segments/hgrev.vim
2017-10-08 12:00:02 +01: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")}')
\ ])