Closed famiu closed 2 years ago
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.
:Bdelete!
force
Closes #28.
Terminal buffers did not close properly with
:Bdelete!
due toforce
not being used unless the buffer was modified. Fix that by always usingforce
when it's explicitly enabled.Closes #28.