mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
functests: Fix legacy/arglist_spec
This commit is contained in:
@@ -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()'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user