diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-05-14 21:54:22 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2021-11-19 13:45:40 +0900 |
commit | 4cb8a399c7a6888cfc2dedb08f3a539d5af424e2 (patch) | |
tree | 3a6af400a1bc3c2f77d716460aef96d7d82c4f35 /src | |
parent | 133d79a3584edfd1fa546ebe823580e3caac6c87 (diff) | |
download | rneovim-4cb8a399c7a6888cfc2dedb08f3a539d5af424e2.tar.gz rneovim-4cb8a399c7a6888cfc2dedb08f3a539d5af424e2.tar.bz2 rneovim-4cb8a399c7a6888cfc2dedb08f3a539d5af424e2.zip |
fix: add cd for local execution
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_command_count.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_command_count.vim b/src/nvim/testdir/test_command_count.vim index c7dddf4164..6251de1ec5 100644 --- a/src/nvim/testdir/test_command_count.vim +++ b/src/nvim/testdir/test_command_count.vim @@ -103,6 +103,8 @@ endfunc func Test_command_count_2() silent! %argd + cd + arga a b c d call assert_fails('5argu', 'E16:') |