From 859135880eb26b857c954c336e81ae844b3c05c6 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 29 Mar 2021 19:36:21 +0000 Subject: [PATCH] home: vim: remove BetterWhitespace commands --- home/vim/after/ftplugin/gitsendemail.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/vim/after/ftplugin/gitsendemail.vim b/home/vim/after/ftplugin/gitsendemail.vim index d33306c..fc9c729 100644 --- a/home/vim/after/ftplugin/gitsendemail.vim +++ b/home/vim/after/ftplugin/gitsendemail.vim @@ -1,6 +1,2 @@ " Create the `b:undo_ftplugin` variable if it doesn't exist call ftplugined#check_undo_ft() - -" Disable the prompt to delete whitespace -DisableStripWhitespaceOnSave -let b:undo_ftplugin.='|EnableStripWhitespaceOnSave'