kakrc: do not highlight the end-of-line in trailing whitespaces
This commit is contained in:
parent
b245d80c4e
commit
73cebb9072
|
@ -1,3 +1,3 @@
|
||||||
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addhl hlcpp
|
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 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user