s1n7ax / nvim-terminal

A Lua-Neovim plugin that toggles a terminal
MIT License
117 stars 6 forks source link

[bug]Vim(buffer):E86 buffer not exists #1

Closed yuchanns closed 3 years ago

yuchanns commented 3 years ago

https://user-images.githubusercontent.com/25029451/128049573-16e0f8b7-79c0-4686-af82-5e4334435ef9.mov

As shown upon the movie

s1n7ax commented 3 years ago

Could you please update the steps to recreate this issue? Make sure to update the plugin as well. I remember similar issue which I fixed long time ago and I haven't seen this ever since.

s1n7ax commented 3 years ago

@yuchanns Found the issue. When the vim.o.hidden is false this issue occurs. I recommend setting it to true so when you quite the buffer will stay hidden without deleting the buffer. However, this should be fixed. I will look in to it.

yuchanns commented 3 years ago

Thanks