mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
fix: for reviews
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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:')
|
||||||
|
@@ -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]
|
||||||
|
Reference in New Issue
Block a user