-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: mini.jump t
doesn't work if the following key comes too late when using with noice.nvim
#827
Comments
I did a bisect and the first bad commit was a0c6203. This particular issue was gone after checking out
It seems #824 is the same issue, as checking out |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Just tested again and it was still reproducible. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Just tested again and it was still reproducible. (Sorry for the noise. haven't got the permission to remove labels.) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Just validated again, still had the issue |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Remove stale. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Remove stale. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Remove stale. |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.0
Operating system/version
macOS 14.5
Describe the bug
Since I had issues with clever-f (#824), I tried https://github.com/echasnovski/mini.jump, and I noticed that if I e.g.
dt
, then wait for one second or two, and then hit another key, it does nothing.Steps To Reproduce
nvim -u repro.lua repro.lua
dt
(mini.jump) Enter target single character _
in cmd area. This might be relevant?)Expected Behavior
It deletes contents until the character given by the third key.
Repro
The text was updated successfully, but these errors were encountered: