-
Notifications
You must be signed in to change notification settings - Fork 103
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
misplaced completion window for certain commands #179
Comments
Try disabling smart_move |
doesn't seem to fix it |
it might has something to do with the negative numbers for the positions |
it's fixable with e.g. |
It wasnt mentioned anywhere that negative numbers would work, so would have been very useful to mention that when opening an issue. Or not opening an issue at all since it's not documented anywhere. Either way, I'll add support for this. |
My apologies. Apparently I had previously already implemented negative offsets 😄 Will look into it further! |
Should be fixed now! |
Describe the bug
The completion window for commandline is at the wrong place with some commands (lowercase ones?).
Which version of Neovim are you using?
NVIM v0.9.0-dev-77-gf175ca9f7
To Reproduce
Steps to reproduce the behavior:
nvim --clean -u minimal_noice.lua
:Pack<tab>
:checkhe<tab>
Screenshots
Odd is that here there is an empty line between commandline and window which isn't the case with my normal config.
But the bug is the same.
`minimal_noice.lua`
The text was updated successfully, but these errors were encountered: