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:
@ -2278,6 +2278,7 @@ def Test_maparg()
|
||||
nowait: 0,
|
||||
expr: 0,
|
||||
sid: SID(),
|
||||
scriptversion: 999999,
|
||||
rhs: 'bar',
|
||||
buffer: 0})
|
||||
unmap foo
|
||||
|
||||
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4141,
|
||||
/**/
|
||||
4140,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user