conoline.vim icon indicating copy to clipboard operation
conoline.vim copied to clipboard

honor CursorColumn highlight

Open sunaku opened this issue 9 years ago • 2 comments

The mere presence of this plugin in my runtimepath is somehow interfering with the CursorColumn highlight, and running :ConoLineDisable isn't allowing :setlocal cursorcolumn to take effect. :disappointed:

sunaku avatar Oct 15 '16 06:10 sunaku

Oops, I figured it out: let g:conoline_use_colorscheme_default_normal=1 is the culprit. When that's used along with the gruvbox colorscheme, running :setlocal cursorcolumn has no effect. :beetle:

sunaku avatar Oct 15 '16 06:10 sunaku

I have converted this issue into a pull request by attaching a patch that fixes the underlying problem. :gift:

sunaku avatar Oct 15 '16 07:10 sunaku