fix: remove unnecessary changes

This commit is contained in:
Shougo Matsushita 2021-05-23 14:25:06 +09:00
parent a11cec08e5
commit 18d7ec36f3
2 changed files with 0 additions and 2 deletions

View File

@ -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())

View File

@ -103,7 +103,6 @@ endfunc
func Test_command_count_2()
silent! %argd
arga a b c d
call assert_fails('5argu', 'E16:')