kakrc: cleanup trailing whitespaces when quiting insert mode
This commit is contained in:
parent
70bb4847ee
commit
c11b548662
|
@ -1,4 +1,5 @@
|
||||||
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 WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
|
||||||
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter cleanup_whitespaces
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter cleanup_whitespaces
|
||||||
|
hook WinInsertEnd .* exec xs\h+(?=\n)<ret>d
|
||||||
hook WinCreate .* addhl regex \h+(?=\n) default red
|
hook WinCreate .* addhl regex \h+(?=\n) default red
|
||||||
|
|
Loading…
Reference in New Issue
Block a user