fix: for reviews

This commit is contained in:
Shougo Matsushita
2021-05-23 14:20:59 +09:00
parent dd63d93931
commit a11cec08e5
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
" Test argument list commands " Test argument list commands
func Reset_arglist() func Reset_arglist()
cd
args a | %argd args a | %argd
endfunc endfunc

View File

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

View File

@@ -1080,9 +1080,9 @@ endfunc
func Test_efm_dirstack() func Test_efm_dirstack()
" Create the directory stack and files " Create the directory stack and files
call mkdir('dir1') call mkdir('dir1')
call mkdir('dir1/a', 'p') call mkdir('dir1/a')
call mkdir('dir1/a/b', 'p') call mkdir('dir1/a/b')
call mkdir('dir1/c', 'p') call mkdir('dir1/c')
call mkdir('dir2') call mkdir('dir2')
let lines =<< trim [DATA] let lines =<< trim [DATA]