commit | 17dd51963367495f75b0f0a73139081dd7b25500 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 21:42:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 21:42:37 2022 +0000 |
tree | d04c3f3142c29be75cd390e14275f39a317d742e | |
parent | a9528b39a666dbaa026320f73bae4b1628a7fe51 [diff] [blame] |
patch 8.2.4141: Vim9 builtin functions test fails Problem: Vim9 builtin functions test fails. Solution: Add "scriptversion" item to maparg() result.
diff --git a/src/version.c b/src/version.c index 670f750..69707fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4141, +/**/ 4140, /**/ 4139,