From 4cb8a399c7a6888cfc2dedb08f3a539d5af424e2 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 14 May 2021 21:54:22 +0900 Subject: [PATCH] fix: add cd for local execution --- src/nvim/testdir/test_command_count.vim | 2 ++ 1 file changed, 2 insertions(+) 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:')