mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
5 lines
185 B
VimL
Executable File
5 lines
185 B
VimL
Executable File
let g:Powerline#Segments#hgrev#segments = Pl#Segment#Init(['hgrev',
|
|
\ (exists('hgrev_loaded')),
|
|
\ Pl#Segment#Create('branch', '%{Powerline#Functions#hgrev#Status("$BRANCH")}')
|
|
\ ])
|