molok / vim-smartusline

Vim plugin that changes the color of the statusbar of the focused window according with the current mode (normal/insert/replace)
34 stars 1 forks source link

Doesn't return to NORMAL color after leaving INSERT or REPLACE. #12

Open trusktr opened 7 years ago

trusktr commented 7 years ago

Not sure why, but the status line doesn't return to the NORMAL color after leaving INSERT or REPLACE. In contrast, vim-airline does. They must be hooking into different events.