[ADD][VIM] No white-space prompt for gitsendemail

This commit is contained in:
Bruno BELANYI 2020-08-31 20:18:10 +02:00
parent fd053df0b1
commit 638ec6077c

View file

@ -0,0 +1,6 @@
" 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'