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'