From 0d9eb3366ab06f069a5f4a86d3f00bcf77a4b697 Mon Sep 17 00:00:00 2001 From: Brett Kosinski Date: Tue, 3 Sep 2013 22:13:17 -0600 Subject: [PATCH 1/4] Make delete safe and add force delete. This actually swipes an idea from: https://github.com/vits/kwbdi.vim While adding a KwbdiForce command that can be mapped to an equivalent to bd!. --- plugin/kwbdi.vim | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/plugin/kwbdi.vim b/plugin/kwbdi.vim index 66058e4..6b560bd 100644 --- a/plugin/kwbdi.vim +++ b/plugin/kwbdi.vim @@ -14,9 +14,24 @@ if !hasmapto('Kwbd') map bd Kwbd endif -noremap