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'd like a way to disable and re-enable the custom search messages for working around possible bugs and comparing plugin behavior to vim's default behavior for troubleshooting.
For instance:
/it<CR>
[1/7] /it
:SetSearchIndex OFF
/it<CR>
/it
:SetSearchIndex ON
/it<CR>
[1/7] it
I'd like a way to disable and re-enable the custom search messages for working around possible bugs and comparing plugin behavior to vim's default behavior for troubleshooting.
For instance: