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

No such highlight group name: CursorWord. #34

Closed onlycalm closed 1 year ago

onlycalm commented 1 year ago

image

When I use the latest master branch(SHA-371fdd7), moving the cursor will result in an error. Fallback to tag: v0.8 will run normally.

itchyny commented 1 year ago

Please describe the issue with the complete configuration for reproduction and Vim version, OS version, etc. Simple vimrc is as follows;

set rtp+=~/path/to/cursorword/
filetype plugin on

and vim -u ~/vimrc -N README.md with Vim 9.0.1600 works well.