mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
Fixed some things in peaksea (regarding omni menu and folding in terminal mode). Optimized a bit colors for powerline
This commit is contained in:
4
sources_forked/vim-powerline/autoload/Powerline/Segments/hgrev.vim
Executable file
4
sources_forked/vim-powerline/autoload/Powerline/Segments/hgrev.vim
Executable file
@ -0,0 +1,4 @@
|
||||
let g:Powerline#Segments#hgrev#segments = Pl#Segment#Init(['hgrev',
|
||||
\ (exists('hgrev_loaded')),
|
||||
\ Pl#Segment#Create('branch', '%{Powerline#Functions#hgrev#Status("$BRANCH")}')
|
||||
\ ])
|
Reference in New Issue
Block a user