home: vim: remove BetterWhitespace commands

This commit is contained in:
Bruno BELANYI 2021-03-29 19:36:21 +00:00
parent 7fc3a74329
commit 859135880e

View file

@ -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'