diff --git a/vim/.vim/after/ftplugin/help.vim b/vim/.vim/after/ftplugin/help.vim new file mode 100644 index 0000000..b4087f7 --- /dev/null +++ b/vim/.vim/after/ftplugin/help.vim @@ -0,0 +1,6 @@ +" Create the `b:undo_ftplugin` variable if it doesn't exist +call ftplugined#check_undo_ft() + +" Don't highlight trailing whitespace in help windows +let b:better_whitespace_enabled=0 +let b:undo_ftplugin.='|unlet b:better_whitespace_enabled'