Closed mehalter closed 2 years ago
:Bdelete!
in terminal buffer works fine for me. As for :Bdelete
, that behavior is intended as it's the same as :bdelete
I cannot replicate this behavior you are describing @famiu . As you can see in my recording that I am running :Bdelete!
using the provided minimal configuration and am unable to close the terminal buffer
I cannot replicate this behavior you are describing @famiu . As you can see in my recording that I am running
:Bdelete!
using the provided minimal configuration and am unable to close the terminal buffer
Ah, it turns out I didn't pull my last two PRs for my config, sorry about that. Should be fixed with #30
Neovim version
Describe the bug
Unable to use
:Bdelete
or:Bdelete!
in terminal buffer (also applies to the lua API withrequire("bufdelete").bufdelete(...)
)To Reproduce Steps to reproduce the behavior:
nvim
):terminal
):Bdelete
or:Bdelete!
)Expected behavior
Close the terminal buffer
Does this error occur in the minimal init file? Yes, this error still occurs
Provide modified minimal_init.lua Not applicable, the provided
minimal_init.lua
file is sufficient for replicating this error.Screenshots
Additional context
Terminal recording of this bug: https://asciinema.org/a/RmF9dYhGrlmSM7PMkebc21nkw