snacks.nvim icon indicating copy to clipboard operation
snacks.nvim copied to clipboard

fix(bufdelete): add a way to force delete unnamed buffers

Open abelmul opened this issue 1 month ago • 1 comments

Description

The current implementation doesn't provide a way to force delete unnamed but not saved buffers. With the current implementation when we try to force delete unnamed buffers it throws the error Vim:E37: No write since last change (add ! to override)

Screenshots

image

abelmul avatar Jan 15 '25 19:01 abelmul