mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
patch 8.2.3786: test fails because of using Vim9 syntax in legacy function
Problem: Test fails because of using Vim9 syntax in legacy function. Solution: Add "call".
This commit is contained in:
parent
48c0196378
commit
4f16e9de98
@ -2239,7 +2239,7 @@ func Test_call()
|
|||||||
let Time = 'localtime'
|
let Time = 'localtime'
|
||||||
call Time()
|
call Time()
|
||||||
END
|
END
|
||||||
CheckScriptFailure(lines, 'E1085:')
|
call CheckScriptFailure(lines, 'E1085:')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_char2nr()
|
func Test_char2nr()
|
||||||
|
@ -753,6 +753,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 */
|
||||||
|
/**/
|
||||||
|
3786,
|
||||||
/**/
|
/**/
|
||||||
3785,
|
3785,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user