[ADD][VIM] No white-space prompt for gitsendemail
This commit is contained in:
parent
fd053df0b1
commit
638ec6077c
6
vim/.vim/after/ftplugin/gitsendemail.vim
Normal file
6
vim/.vim/after/ftplugin/gitsendemail.vim
Normal 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'
|
Loading…
Reference in a new issue