diff --git a/plugin/better-whitespace.vim b/plugin/better-whitespace.vim index 402a360..6fdae55 100644 --- a/plugin/better-whitespace.vim +++ b/plugin/better-whitespace.vim @@ -364,9 +364,6 @@ function! SetupAutoCommands() " Using syntax: clear whitespace highlighting when leaving buffer autocmd BufWinLeave if expand("") == expand("%") | call ClearHighlighting() | endif - " Do not highlight whitespace on current line in insert mode - autocmd CursorMovedI call HighlightEOLWhitespaceExceptCurrentLine() - " Do not highlight whitespace on current line in normal mode? if g:current_line_whitespace_disabled_hard == 1 autocmd CursorMoved call HighlightEOLWhitespaceExceptCurrentLine()