mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
fix: remove unnecessary changes
This commit is contained in:
@@ -408,7 +408,6 @@ endfunc
|
|||||||
" Test for the :argdelete command
|
" Test for the :argdelete command
|
||||||
func Test_argdelete()
|
func Test_argdelete()
|
||||||
call Reset_arglist()
|
call Reset_arglist()
|
||||||
|
|
||||||
args aa a aaa b bb
|
args aa a aaa b bb
|
||||||
argdelete a*
|
argdelete a*
|
||||||
call assert_equal(['b', 'bb'], argv())
|
call assert_equal(['b', 'bb'], argv())
|
||||||
|
@@ -103,7 +103,6 @@ endfunc
|
|||||||
|
|
||||||
func Test_command_count_2()
|
func Test_command_count_2()
|
||||||
silent! %argd
|
silent! %argd
|
||||||
|
|
||||||
arga a b c d
|
arga a b c d
|
||||||
call assert_fails('5argu', 'E16:')
|
call assert_fails('5argu', 'E16:')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user