1
0
forked from aniani/vim

patch 8.2.4864: Vim9: script test fails

Problem:    Vim9: script test fails.
Solution:   Remove "if" around declaration.
This commit is contained in:
Bram Moolenaar
2022-05-04 17:29:15 +01:00
parent c9af617ac6
commit 0395f88b84
2 changed files with 4 additions and 4 deletions

View File

@@ -4132,10 +4132,8 @@ def Test_echo_uninit_variables()
var Var_func: func var Var_func: func
var var_string: string var var_string: string
var var_blob: blob var var_blob: blob
if has('job')
var var_job: job var var_job: job
var var_channel: channel var var_channel: channel
endif
var var_list: list<any> var var_list: list<any>
var var_dict: dict<any> var var_dict: dict<any>

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4864,
/**/ /**/
4863, 4863,
/**/ /**/