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
Hi, thanks for this amazing plugin! It's weird that I couldn't find an issue for this, or is it unsupported?
When searching using / or ? there is one character offset, for example I want to search f but the marks only update after typing another character, same when deleting a character. I've tried inspecting and the marks returned by the update functions are correct when typing.
Steps to reproduce the behavior:
Add some text
Type a character (there should be no mark)
Type another one (the current marks are now the result of the previous character search)
Expected behavior
Marks should be updated after a character has been typed.
Hi, thanks for this amazing plugin! It's weird that I couldn't find an issue for this, or is it unsupported?
When searching using
/
or?
there is one character offset, for example I want to searchf
but the marks only update after typing another character, same when deleting a character. I've tried inspecting and the marks returned by the update functions are correct when typing.Steps to reproduce the behavior:
Expected behavior
Marks should be updated after a character has been typed.
NVIM v0.10.0-dev-1301+g30d311ebc
Build type: RelWithDebInfo
LuaJIT 2.1.1695653777
The text was updated successfully, but these errors were encountered: