From eb008ceeec1ba56c6a1e1d06414f23209dafec15 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 16 Mar 2018 18:21:49 +0000 Subject: [PATCH] apply ExtraWhitespace highlighting to all windows --- home/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.vimrc b/home/.vimrc index f81c2b8..68c3bd5 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -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