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 86a0579 commit c67a6c0Copy full SHA for c67a6c0
plugin/better-whitespace.vim
@@ -361,9 +361,6 @@ function! <SID>SetupAutoCommands()
361
" Using syntax: clear whitespace highlighting when leaving buffer
362
autocmd BufWinLeave <buffer> if expand("<afile>") == expand("%") | call <SID>ClearHighlighting() | endif
363
364
- " Do not highlight whitespace on current line in insert mode
365
- autocmd CursorMovedI <buffer> call <SID>HighlightEOLWhitespaceExceptCurrentLine()
366
-
367
" Do not highlight whitespace on current line in normal mode?
368
if g:current_line_whitespace_disabled_hard == 1
369
autocmd CursorMoved <buffer> call <SID>HighlightEOLWhitespaceExceptCurrentLine()
0 commit comments