mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-20 07:12:46 +08:00
0f5eedff74
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 |
||
---|---|---|
.. | ||
airline | ||
airline.vim |