diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-05-23 14:20:59 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-11-19 13:45:41 +0900 |
commit | a11cec08e5a5bfc2bd9f6f3d72d3ef6225c32efc (patch) | |
tree | 35b27f7fd2058204e32cd4fb7d13911ee76903cb /src | |
parent | dd63d9393192d96ac7fbd1fd62c5ffb776b228e2 (diff) | |
download | rneovim-a11cec08e5a5bfc2bd9f6f3d72d3ef6225c32efc.tar.gz rneovim-a11cec08e5a5bfc2bd9f6f3d72d3ef6225c32efc.tar.bz2 rneovim-a11cec08e5a5bfc2bd9f6f3d72d3ef6225c32efc.zip |
fix: for reviews
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 | ||||
-rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 6 |
3 files changed, 3 insertions, 5 deletions
diff --git a/src/nvim/testdir/test_arglist.vim b/src/nvim/testdir/test_arglist.vim index 9f1e6ef044..7215677e2d 100644 --- a/src/nvim/testdir/test_arglist.vim +++ b/src/nvim/testdir/test_arglist.vim @@ -1,7 +1,6 @@ " Test argument list commands func Reset_arglist() - cd args a | %argd endfunc diff --git a/src/nvim/testdir/test_command_count.vim b/src/nvim/testdir/test_command_count.vim index 6251de1ec5..2990c92711 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 - cd arga a b c d call assert_fails('5argu', 'E16:') diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index 1427d32c34..b38a59e98f 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -1080,9 +1080,9 @@ endfunc func Test_efm_dirstack() " Create the directory stack and files call mkdir('dir1') - call mkdir('dir1/a', 'p') - call mkdir('dir1/a/b', 'p') - call mkdir('dir1/c', 'p') + call mkdir('dir1/a') + call mkdir('dir1/a/b') + call mkdir('dir1/c') call mkdir('dir2') let lines =<< trim [DATA] |