From 18d7ec36f3a664174b46845d01bccab4eba6fc5b Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 23 May 2021 14:25:06 +0900 Subject: fix: remove unnecessary changes --- src/nvim/testdir/test_arglist.vim | 1 - src/nvim/testdir/test_command_count.vim | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/nvim/testdir/test_arglist.vim b/src/nvim/testdir/test_arglist.vim index 7215677e2d..164149476f 100644 --- a/src/nvim/testdir/test_arglist.vim +++ b/src/nvim/testdir/test_arglist.vim @@ -408,7 +408,6 @@ endfunc " Test for the :argdelete command func Test_argdelete() call Reset_arglist() - args aa a aaa b bb argdelete a* call assert_equal(['b', 'bb'], argv()) diff --git a/src/nvim/testdir/test_command_count.vim b/src/nvim/testdir/test_command_count.vim index 2990c92711..c7dddf4164 100644 --- a/src/nvim/testdir/test_command_count.vim +++ b/src/nvim/testdir/test_command_count.vim @@ -103,7 +103,6 @@ endfunc func Test_command_count_2() silent! %argd - arga a b c d call assert_fails('5argu', 'E16:') -- cgit