mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
test/old: test_startup: fix "-u NONE" arg
Lack of whitespace caused a file named "NONE-u" to be created (because GetVimCommand() returns a command ending with "-i NONE").
This commit is contained in:
@@ -248,7 +248,7 @@ func Test_silent_ex_mode()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" This caused an ml_get error.
|
" This caused an ml_get error.
|
||||||
let out = system(GetVimCommand() . '-u NONE -es -c''set verbose=1|h|exe "%norm\<c-y>\<c-d>"'' -c cq')
|
let out = system(GetVimCommand() . ' -u NONE -es -c''set verbose=1|h|exe "%norm\<c-y>\<c-d>"'' -c cq')
|
||||||
call assert_notmatch('E315:', out)
|
call assert_notmatch('E315:', out)
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user