mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Fix legacy/arglist_spec
This commit is contained in:
parent
2824eb7774
commit
a3b0146fb7
@ -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()'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user