apply ExtraWhitespace highlighting to all windows

This commit is contained in:
Simon Bruder 2018-03-16 18:21:49 +00:00
parent 5f283eaaa2
commit eb008ceeec
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -52,7 +52,7 @@ set modeline
" Highlight trailing spaces and spaces before tabs
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$\| \+\ze\t/
autocmd BufWinEnter * match ExtraWhitespace /\s\+$\| \+\ze\t/
" tab settings
set ai