diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-05-23 14:25:06 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-11-19 13:45:41 +0900 |
commit | 18d7ec36f3a664174b46845d01bccab4eba6fc5b (patch) | |
tree | f96743a0b8da55cf08bc5d802873c0c63998e6ec /src | |
parent | a11cec08e5a5bfc2bd9f6f3d72d3ef6225c32efc (diff) | |
download | rneovim-18d7ec36f3a664174b46845d01bccab4eba6fc5b.tar.gz rneovim-18d7ec36f3a664174b46845d01bccab4eba6fc5b.tar.bz2 rneovim-18d7ec36f3a664174b46845d01bccab4eba6fc5b.zip |
fix: remove unnecessary changes
Diffstat (limited to 'src')
-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:') |