- Vim new tabbed pages don't match text
- hi ExtraWhitespace ctermbg=red guibg=red
- hi NoFunctionSpace ctermbg=red guibg=red
- match ExtraWhitespace /s+$| +zet/
- 2match NoFunctionSpace /S(/
- autocmd WinEnter * match ExtraWhitespace /s+$| +zet/
- autocmd WinEnter * 2match NoFunctionSpace /S(/