diff --git a/plugin/trailing-whitespace.vim b/plugin/trailing-whitespace.vim index d82d6c2..fc2a5c9 100644 --- a/plugin/trailing-whitespace.vim +++ b/plugin/trailing-whitespace.vim @@ -15,15 +15,15 @@ endfunction " Highlight EOL whitespace, http://vim.wikia.com/wiki/Highlight_unwanted_spaces highlight default ExtraWhitespace ctermbg=darkred guibg=#382424 autocmd ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red -autocmd BufRead * if ShouldMatchWhitespace() | match ExtraWhitespace /\s\+$/ | endif +autocmd BufRead * if ShouldMatchWhitespace() | match ExtraWhitespace /\\\@