diff options
| -rw-r--r-- | src/nvim/testdir/test_arglist.vim | 1 | ||||
| -rw-r--r-- | src/nvim/testdir/test_command_count.vim | 1 | 
2 files changed, 0 insertions, 2 deletions
| 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:') | 
