-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Bug] Cannot use :Bdelete
in terminal buffer
#28
Comments
|
I cannot replicate this behavior you are describing @famiu . As you can see in my recording that I am running |
Terminal buffers did not close properly with `:Bdelete!` due to `force` not being used unless the buffer was modified. Fix that by always using `force` when it's explicitly enabled. Closes #28.
Terminal buffers did not close properly with `:Bdelete!` due to `force` not being used unless the buffer was modified. Fix that by always using `force` when it's explicitly enabled. Closes #28.
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
The text was updated successfully, but these errors were encountered: