Skip to content

Commit

Permalink
patch 8.2.4141: Vim9 builtin functions test fails
Browse files Browse the repository at this point in the history
Problem:    Vim9 builtin functions test fails.
Solution:   Add "scriptversion" item to maparg() result.
  • Loading branch information
brammool committed Jan 18, 2022
1 parent a9528b3 commit 17dd519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_vim9_builtin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,7 @@ def Test_maparg()
nowait: 0,
expr: 0,
sid: SID(),
scriptversion: 999999,
rhs: 'bar',
buffer: 0})
unmap foo
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4141,
/**/
4140,
/**/
Expand Down

0 comments on commit 17dd519

Please sign in to comment.