diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-12-02 19:01:08 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-12-02 19:01:08 +0000 |
| commit | 74a315cd0e0aafdab1fbbc78a8852bcdba55a9d8 (patch) | |
| tree | bf2bd560fa241cbbe2719e61005be79437ee65a0 /src | |
| parent | c7614200551d6a9bfcd09aa9af70b5ccbea17aa7 (diff) | |
kakrc: add preserve_indent filter on c++ files and highlight trailing spaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/kakrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +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 |
