diff options
Diffstat (limited to 'vis')
| -rwxr-xr-x | vis/test.sh | 2 | ||||
| -rw-r--r-- | vis/visrc.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/vis/test.sh b/vis/test.sh index 91e3914..26702d3 100755 --- a/vis/test.sh +++ b/vis/test.sh @@ -25,7 +25,7 @@ for t in $test_files; do TESTS_RUN=$((TESTS_RUN + 1)) t=${t%.in} t=${t#./} - $VIS "$t".in < /dev/null 2> /dev/null + $VIS '+qall!' "$t".in < /dev/null 2> /dev/null RETURN_CODE=$? printf "%-50s" "$t" diff --git a/vis/visrc.lua b/vis/visrc.lua index ad26bc8..2cb3f8a 100644 --- a/vis/visrc.lua +++ b/vis/visrc.lua @@ -14,6 +14,5 @@ vis.events.subscribe(vis.events.WIN_OPEN, function(win) file:close() vis:feedkeys(keys..'<Escape>') vis:command(string.format("w! '%s.out'", name)) - vis:command('qall!') end end) |
