itchyny / vim-cursorword

Underlines the word under the cursor
http://www.vim.org/scripts/script.php?script_id=5100
MIT License
611 stars 36 forks source link

What is the usage of cursorword_id1? #15

Closed zhou13 closed 6 years ago

zhou13 commented 6 years ago

It causes issues that currently words are marked with hi Cursorline after I change the colorscheme with a different cursorline. I remove all the code related to cursorword_id1 and now it seems that everything works correctly.

itchyny commented 6 years ago

CursorWord1 is used not to split the cursorline background color and I don't see any problem here. Please give some screenshots if you don't think works badly.