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 4d45b4a commit 029f35cCopy full SHA for 029f35c
plugin/better-whitespace.vim
@@ -390,7 +390,7 @@ autocmd ColorScheme * call <SID>WhitespaceInit()
390
" Also check on specific buftype changes
391
if has('nvim')
392
autocmd TermOpen * call <SID>SetupAutoCommands()
393
-else
+elseif exists('##TerminalWinOpen')
394
autocmd TerminalWinOpen * call <SID>SetupAutoCommands()
395
endif
396
0 commit comments