-
Notifications
You must be signed in to change notification settings - Fork 106
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: Error Invalid window id: ...
when I close the LSP hover window with the new fclose!
command.
#832
Comments
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. |
Please don't close this issue Mr. Bot |
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. |
The bug isn't fixed. Please don't close this issue Mr. Bot |
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. |
Mr. Actions, we've already been through this. Please for the love of all that is holy don't close this issue because the bug is still there. |
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. |
Bruh |
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. |
My brother in christ please stop this suffering |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.11.0-dev-164+g3a1515bfe
Operating system/version
Arch (btw) Linux
Describe the bug
I get the error
Invalid window id: ...
when I open the LSP hover window twice, after closing it the first time with:fclose!
.Steps To Reproduce
echo 'local foo = "bar"' > test.lua
nvim -u path/to/config/above test.lua
K
with the cursor onfoo
to do LSP hover on it:fclose!
K
noice.nvim ERROR ...r/.local/share/nvim/lazy/nui.nvim/lua/nui/popup/init.lua:168: Invalid window id: 1002
Note that if I move the cursor back and forth before pressing
K
the second time, I get no error.Expected Behavior
No error message after pressing
K
the second timeRepro
The text was updated successfully, but these errors were encountered: