2012-08-07 00:13:54 +02:00
|
|
|
hook global WinCreate .* %{ addhl regex \h+(?=\n) 0:default,red }
|
2012-07-31 14:22:57 +02:00
|
|
|
hook global WinCreate .* %{ addhl number_lines }
|
2012-01-14 02:04:08 +01:00
|
|
|
|
2012-09-10 20:10:18 +02:00
|
|
|
%sh{ for rcfile in ${kak_runtime}/rc/*; do echo "try %{ source '${rcfile}' } catch %{ }"; done }
|