Closed unblevable closed 9 years ago
When I hit f
and then C-c
, it says Type :quit<Enter> to exit vim
in the Ex command line area and the characters continued to be highlighted even if I move to another line. Also, the cursor disappears sometimes afterwards and the cursor doesn't always update normally when it is visible. When I exit vim after doing that, the cursor is invisible in the terminal until I run reset
(or reopen the terminal)
Thanks for catching that error...having a bug that also messes up your terminal session would have been pretty annoying.
Issue #2.
Added option
g:qs_highlight_on_keys
:Here is an updated task list:
[x] After executing a character motion, trigger an "extra" highlight for the target character only if it originally had a second-occurrence highlight.
(I don't have access to my computer with screen capture software at the moment, so you're going to have to try this pull request out yourself if the description wasn't clear for you).
After a lot of fiddling around, I've decided that this is probably the best solution for quick-scope:
g:qs_highlight_on_keys
is enabled, avoid using autocommands if possible.