Use %file in the test run script instead of %sh

This commit is contained in:
Maxime Coste 2020-03-14 13:52:04 +11:00
parent 7545fa58ae
commit 0282cc022e

View File

@ -19,7 +19,7 @@ main() {
eval -buffer *debug* write debug
quit!
}
try %{ exec -with-maps -with-hooks "%sh{cat cmd}" }
try %{ exec -with-maps -with-hooks "%file{cmd}" }
exec -with-hooks <c-l>
'