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.
1 parent ca9d5bd commit de6caabCopy full SHA for de6caab
plugin/better-whitespace.vim
@@ -336,7 +336,7 @@ endif
336
337
" Process auto commands upon load, update local enabled on filetype change
338
autocmd FileType * call <SID>ShouldHighlight() | call <SID>SetupAutoCommands()
339
-autocmd WinEnter,BufWinEnter * call <SID>SetupAutoCommands()
+autocmd WinEnter,BufWinEnter * call <SID>ShouldHighlight() | call <SID>SetupAutoCommands()
340
autocmd ColorScheme * call <SID>WhitespaceInit()
341
342
function! s:PerformMatchHighlight(pattern)
0 commit comments