1
0
forked from aniani/vim

patch 8.2.4141: Vim9 builtin functions test fails

Problem:    Vim9 builtin functions test fails.
Solution:   Add "scriptversion" item to maparg() result.
This commit is contained in:
Bram Moolenaar
2022-01-18 21:42:37 +00:00
parent a9528b39a6
commit 17dd519633
2 changed files with 3 additions and 0 deletions

View File

@@ -2278,6 +2278,7 @@ def Test_maparg()
nowait: 0, nowait: 0,
expr: 0, expr: 0,
sid: SID(), sid: SID(),
scriptversion: 999999,
rhs: 'bar', rhs: 'bar',
buffer: 0}) buffer: 0})
unmap foo unmap foo

View File

@@ -750,6 +750,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 */
/**/
4141,
/**/ /**/
4140, 4140,
/**/ /**/