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

Blinking On Movement #20

Closed smhmd closed 4 years ago

smhmd commented 4 years ago

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

itchyny commented 4 years ago

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

weirane commented 4 years ago

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

itchyny commented 4 years ago

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