mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-12 21:33:41 +08:00
Added replace mode extension
This commit is contained in:
parent
49da0e6ba9
commit
56ad2f8c24
|
@ -136,6 +136,9 @@ function! airline#update_highlight()
|
|||
if &paste
|
||||
call add(l:mode, 'paste')
|
||||
endif
|
||||
if l:m ==# "R"
|
||||
call add(l:mode, 'replace')
|
||||
endif
|
||||
if &previewwindow
|
||||
call add(l:mode, 'preview')
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user