itchyny / vim-cursorword

Underlines the word under the cursor

Home Page:http://www.vim.org/scripts/script.php?script_id=5100

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blinking On Movement

smhmd opened this issue · comments

cursorword blinks when moving without changing the word.
Video:
video.

This is an expected behavior after performance improvement (d00937d). If there're more requests, I'll add an option for the delay duration.

Same issue here. It would be appreciated if you add an option.

I added g:cursorword_delay option. Configure let g:cursorword_delay = 0 to update synchronously.