fix: add cd for local execution

This commit is contained in:
Shougo Matsushita 2021-05-14 21:54:22 +09:00
parent 133d79a358
commit 4cb8a399c7

View File

@ -103,6 +103,8 @@ endfunc
func Test_command_count_2()
silent! %argd
cd
arga a b c d
call assert_fails('5argu', 'E16:')