vim-airline-colornum icon indicating copy to clipboard operation
vim-airline-colornum copied to clipboard

Plugin stops responding after changing color scheme while disabled

Open ntpeters opened this issue 9 years ago • 0 comments

The following sequence of commands causes the plugin to stop responding to mode changes:

:DisableAirlineColorNum
:colorscheme <some-colorscheme>
:EnableAirlineColorNum

Manually calling UpdateColorLineNr() does not fix the issue, but entering another buffer (by opening another file or creating a split) does seem to resolve the issue.

I'm unsure of the cause for this.

ntpeters avatar May 07 '15 15:05 ntpeters