functests: Fix legacy/arglist_spec

This commit is contained in:
ZyX 2017-04-09 02:15:26 +03:00
parent 2824eb7774
commit a3b0146fb7

View File

@ -44,7 +44,9 @@ describe('argument list commands', function()
end)
it('test that argadd() works', function()
command('%argdelete')
-- Fails with “E474: Invalid argument”. Not sure whether it is how it is
-- supposed to behave.
-- command('%argdelete')
command('argadd a b c')
eq(0, eval('argidx()'))