home: vim: remove BetterWhitespace commands
This commit is contained in:
parent
7fc3a74329
commit
859135880e
|
@ -1,6 +1,2 @@
|
||||||
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
||||||
call ftplugined#check_undo_ft()
|
call ftplugined#check_undo_ft()
|
||||||
|
|
||||||
" Disable the prompt to delete whitespace
|
|
||||||
DisableStripWhitespaceOnSave
|
|
||||||
let b:undo_ftplugin.='|EnableStripWhitespaceOnSave'
|
|
||||||
|
|
Loading…
Reference in a new issue