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
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of trouble.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
lastest
Operating system/version
linux
Describe the bug
Hey there, I've been encountering an occasional error "invalid buffer id" during usage recently. The video below demonstrates this issue. To explain the video: since this is a completely random error, it can be effectively reproduced by repeatedly opening and closing the trouble list, which is why the video shows this extreme operation method.
Regards!
2024-07-21.014732.mp4
Steps To Reproduce
see above
Expected Behavior
see above
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
{ "folke/trouble.nvim", opts= {} },
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Anyone else still having this issue? Anytime I am cycling through the results in Trouble and it "previews" the position in the main buffer, if I close that buffer then I get the wave of "Invalid buffer id: ..." errors and they keep going until I quit Neovim.
Don't know if it matters, but I usually am using Trouble with Telescope results.
Did you check docs and existing issues?
Neovim version (nvim -v)
lastest
Operating system/version
linux
Describe the bug
Hey there, I've been encountering an occasional error "invalid buffer id" during usage recently. The video below demonstrates this issue. To explain the video: since this is a completely random error, it can be effectively reproduced by repeatedly opening and closing the trouble list, which is why the video shows this extreme operation method.
Regards!
2024-07-21.014732.mp4
Steps To Reproduce
see above
Expected Behavior
see above
Repro
The text was updated successfully, but these errors were encountered: