We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee55558 + 60b660c commit c77ffdaCopy full SHA for c77ffda
plugin/better-whitespace.vim
@@ -194,7 +194,7 @@ command! -nargs=* CurrentLineWhitespaceOff call <SID>CurrentLineWhitespaceOff( <
194
command! CurrentLineWhitespaceOn call <SID>CurrentLineWhitespaceOn()
195
196
" Process auto commands upon load
197
-autocmd BufWinEnter * call <SID>SetupAutoCommands()
+autocmd BufWinEnter,FileType * call <SID>SetupAutoCommands()
198
autocmd ColorScheme * call <SID>WhitespaceInit()
199
200
" Executes all auto commands
0 commit comments