-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improperly highlighted when used with :set colorcolumn #9
Comments
The |
I have to investigate a bit though. |
Can you test with |
The issue doesn't appear on every keywords. On my previous example, only "white" keywords are affected by the issue. |
I have tested with the following .vimrc with 8.0.589 but still does not reproduce for me. set nocompatible
filetype off
set runtimepath^=~/.vim/miv/cursorword
set termguicolors
set cursorcolumn
filetype plugin indent on
syntax enable
colorscheme hybird |
I am afraid that if you use the wrong colorscheme you won't reproduce the issue. It is |
My bad, but still not reproducable for me. Please paste the result of |
I've asked a question related to this Plugin here:
https://vi.stackexchange.com/questions/12158/improperly-highlighted-when-used-with-cursorcolumn
I am wondering if this can be an issue of
vim-cursorword
NOTE: Perhaps this is related to this w0ng/vim-hybrid#17
The text was updated successfully, but these errors were encountered: