mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-03-01 04:52:19 +08:00
Merge pull request #1796 from flemingfleming/wordcount-improvements
[WIP] Rewrite wordcount plugin
This commit is contained in:
@@ -196,6 +196,7 @@ function! airline#check_mode(winnr)
|
||||
if get(w:, 'airline_lastmode', '') != mode_string
|
||||
call airline#highlighter#highlight_modified_inactive(context.bufnr)
|
||||
call airline#highlighter#highlight(l:mode, context.bufnr)
|
||||
silent doautocmd User AirlineModeChanged
|
||||
let w:airline_lastmode = mode_string
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user