GNOME Bugzilla – Bug 756598
vim: Add a 'bdelete' command
Last modified: 2015-10-14 23:02:32 UTC
In vim, the current buffer can be closed with :bdelete (or :bd or :bdel). That looks what the quit command does right now. The behaviour doesn't exactly match vim's when buffers contain unsaved modifications. Vim will ask you to save before :bd or to add '!' at the end to close the buffer without saving the modifications. I'm not entirely convinced builder needs to match this behaviour exactly, having :bd doing something useful is a nice start in any case, I believe.
Created attachment 313342 [details] [review] vim: Add a 'bdelete' command
LGTM Attachment 313342 [details] pushed as fa26694 - vim: Add a 'bdelete' command