1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00

test/run: Fix script post hook behaviour change

This commit is contained in:
Maxime Coste 2018-05-15 21:26:41 +10:00
parent a77710e098
commit b5dd9f4094

View File

@ -19,8 +19,8 @@ main() {
eval -buffer *debug* write debug
quit!
}
try %{ exec -with-maps "%sh{cat cmd}" }
exec <c-l>
try %{ exec -with-maps -with-hooks "%sh{cat cmd}" }
exec -with-hooks <c-l>
eval -buffer *debug* write debug
nop %sh{
printf %s\\n "$kak_selections" > selections