kakrc: do not highlight the end-of-line in trailing whitespaces

This commit is contained in:
Maxime Coste 2011-12-06 18:50:05 +00:00
parent b245d80c4e
commit 73cebb9072

View File

@ -1,3 +1,3 @@
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addhl hlcpp
hook BufCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
hook WinCreate .* addhl regex \h+\n default red
hook WinCreate .* addhl regex \h+(?=\n) default red