-
Notifications
You must be signed in to change notification settings - Fork 10
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
smear_to_cmd
breaks z=
(spell suggestions) and similar
#82
Comments
Curiously, I don't get a broken behavior on neovim release v0.10.3, but it is broken on the nighty v0.11.0-dev-1533+g1a8a48d7e5. :lua vim.defer_fn(vim.cmd.redraw, 2000) The redraw is needed to update the smear animation, so I cannot do much on smear-cursor side. |
Hmm this seems to be related. But is supposedly fixed? 🤔 |
|
Thank you for investigating @lithammer! Let's see what happens on Neovim's side |
With
smear_to_cmd = true
, it breaks spell suggestions (and other similar input listsvim.lsp.buf.code_action()
).Minimal
init.lua
:Got:
Expected:
Environment
The text was updated successfully, but these errors were encountered: