vim-airline/autoload
Christian Brabandt 0f5eedff74
mode: keep hi setting when switching from 'n' to 'ni'
when using `Ctrl-O` from insert mode, the highlighting currently updates
from insert mode highlighting to normal mode highlighting.
Unfortunately, changing the highlighting can be a bit expansive, so
redefining the highlighting just for one simple command does not make
too much sense.

Instead, keep the insert mode highlighting, because that's kind of like
the major mode Vim is in currently. The mode message uses '(INSERT)' to
distinguish between a "normal" INSERT mode and this temporary INSERT
mode, so it should still be visually be distinguishable.

closes #2217
2020-08-26 22:46:05 +02:00
..
airline add 'g:airline#extensions#tabline#tabtitle_formatter' option 2020-08-25 13:42:18 +02:00
airline.vim mode: keep hi setting when switching from 'n' to 'ni' 2020-08-26 22:46:05 +02:00