mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
fix: remove unnecessary changes
This commit is contained in:
parent
a11cec08e5
commit
18d7ec36f3
@ -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())
|
||||
|
@ -103,7 +103,6 @@ endfunc
|
||||
|
||||
func Test_command_count_2()
|
||||
silent! %argd
|
||||
|
||||
arga a b c d
|
||||
call assert_fails('5argu', 'E16:')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user