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

fix: term buffers not closing #30

Merged
merged 1 commit into from
Nov 2, 2022
Merged

fix: term buffers not closing #30

merged 1 commit into from
Nov 2, 2022

Conversation

famiu
Copy link
Owner

@famiu famiu commented Nov 2, 2022

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.
@famiu famiu merged commit 027d356 into master Nov 2, 2022
@famiu famiu deleted the fix/term-close branch November 2, 2022 13:13
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

Successfully merging this pull request may close these issues.

[Bug] Cannot use :Bdelete in terminal buffer
1 participant