Closed bronzehedwick closed 7 years ago
Hi @bronzehedwick! I wasn't able to replicate what you're saying with the following minimal init.vim:
set runtimepath-=~/.config/nvim
set runtimepath-=~/.config/nvim/after
set runtimepath+=~/.config/nvim/pack/minpac/start/neoterm " your neoterm path here.
set inccommand=split
Can you try it with a minimal init.vim like that and if the problem persists tell me please:
Hm, I wasn't able to replicate on the provided minimal config either. I should have thought of doing that before creating the issue. Sorry about that.
I'll play some plugin whack-a-mole and see what's causing the issue.
Cool, I'll close it for now, but feel free to re-open it if you find something.
I finally got some time to research this, and this issue happens when set hidden
is also active.
do you have a miminal vimrc for tests, please?
Yes, here's the minimal vimrc I used to recreate the issue:
set runtimepath-=~/.config/nvim
set runtimepath-=~/.config/nvim/after
set runtimepath+=~/.config/nvim/plugged/neoterm
set inccommand=split
set hidden
Even with the given minimal init.vim
I wasn't able to replicate it:
Interesting. I was able to replicate the issue after calling Topen
, then Tclose
twice. Strangely, the first times I call Topen
and Tclose
I don't get the extra buffers, but every subsequent time I do.
wow! yeah, I was able to replicate it, this is a huge problem actually!
🏃 I'll investigate it ASAP!
:+1:
Using
Topen
orTtoggle
creates a blank[No Name]
buffer, which clog up thels
list. Minor, but annoying.