dot_files/.vim/bundle/vim-powerline/autoload/Powerline/Segments/hgrev.vim
2017-05-21 12:14:33 +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")}')
\ ])