commit | 13789bf10338a0d049c78acfdc0870fc63e63f4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:29:00 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:29:00 2021 +0000 |
tree | b2d619123d4f75d81a05864b9167b832a485d847 | |
parent | 5d2e007ccbfbd749a1f201d06965b8811ff50e6e [diff] [blame] |
patch 8.2.3945: Vim9: partial variable argument types are wrong Problem: Vim9: partial variable argument types are wrong, leading to a crash. Solution: When adjusting the argument count also adjust the argument types. (closes #9433)
diff --git a/src/version.c b/src/version.c index f5f3c30..a04c91c 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3945, +/**/ 3944, /**/ 3943,