Skip to content
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

Buffers failing with "Buffer 99 doesn't exist" #2

Closed
LoricAndre opened this issue Oct 25, 2020 · 8 comments
Closed

Buffers failing with "Buffer 99 doesn't exist" #2

LoricAndre opened this issue Oct 25, 2020 · 8 comments

Comments

@LoricAndre
Copy link

Hi, this is the second issue I found.
I installed your plugin with vim-plug, and the Buffers command fails with
...c/.config/nvim/Plugged/fuzzy.nvim/lua/fuzzy/internal.lua:212: Vim(buffer):E86: Buffer 80 does not exist function: builtin#18 ...c/.config/nvim/Plugged/fuzzy.nvim/lua/fuzzy/internal.lua:212: Vim(buffer):E86: Buffer 99 does not exist in vim messages and zsh:99: unmatched " in the preview window.
Tell me if I can give you more details or a log somehow.

@amirrezaask
Copy link
Owner

can you make sure that you are using latest version, the line that the error refers to is related to the fzf backend fallback that I fixed for your other issue, can you check if it's fixed ? since I can't reproduce the issue.

@LoricAndre
Copy link
Author

It works now, but that made me notice the terminal buffers don't close, they stay in the buffer list. Should I open a new issue ?

@amirrezaask
Copy link
Owner

Can you share screenshot of the buffer list ?

@LoricAndre
Copy link
Author

25 10 20_11_18_48

@amirrezaask
Copy link
Owner

weird you should not have those term things any more since we are not using the term buffers any more and we are using lua io.popen to get results.

@LoricAndre
Copy link
Author

If you changed it in the last commits it might be because they are saved in my session file, I don't see them anymore after a session clear.

@amirrezaask
Copy link
Owner

The usage of term buffer is related to the other issue you had that was fixed in the latest commit.

@LoricAndre
Copy link
Author

Perfect !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants