You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this let g:quickhl_cword_enable_at_startup = 1 in my vimrc, and I can see the highlight follows my cursor in test.txt if I launch vim using vim test.txt.
However, after opening another file in vim, like :e test1.txt, quickhl_cword seems only enable for the first buffer.
IMO, non-initial buffers should have auto-following highlight as well, if enable_at_startup is set.
The text was updated successfully, but these errors were encountered:
I have this
let g:quickhl_cword_enable_at_startup = 1
in my vimrc, and I can see the highlight follows my cursor intest.txt
if I launch vim usingvim test.txt
.However, after opening another file in vim, like
:e test1.txt
,quickhl_cword
seems only enable for the first buffer.IMO, non-initial buffers should have auto-following highlight as well, if
enable_at_startup
is set.The text was updated successfully, but these errors were encountered: