commit | 86b3ab4fa0de3e8884ab6a6ced2a70592b937d0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 18:33:23 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 18:33:23 2021 +0000 |
tree | 987d4b71b09839ddcaaadf4c6912c7c0f72fff93 | |
parent | 700e6b166298ecfb53fe4bf593085b29ca78d556 [diff] [blame] |
patch 8.2.3854: Vim9: inconsistent arguments for test functions Problem: Vim9: inconsistent arguments for test functions. Solution: When :def function and script have different arguments use a list with two items instead of a separate function.
diff --git a/src/version.c b/src/version.c index 0e41ec6..52cc584 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3854, +/**/ 3853, /**/ 3852,