test/run: Fix script post hook behaviour change
This commit is contained in:
parent
a77710e098
commit
b5dd9f4094
4
test/run
4
test/run
|
@ -19,8 +19,8 @@ main() {
|
||||||
eval -buffer *debug* write debug
|
eval -buffer *debug* write debug
|
||||||
quit!
|
quit!
|
||||||
}
|
}
|
||||||
try %{ exec -with-maps "%sh{cat cmd}" }
|
try %{ exec -with-maps -with-hooks "%sh{cat cmd}" }
|
||||||
exec <c-l>
|
exec -with-hooks <c-l>
|
||||||
eval -buffer *debug* write debug
|
eval -buffer *debug* write debug
|
||||||
nop %sh{
|
nop %sh{
|
||||||
printf %s\\n "$kak_selections" > selections
|
printf %s\\n "$kak_selections" > selections
|
||||||
|
|
Loading…
Reference in New Issue
Block a user