commit | cfe3af284a26178f4838df7c7489b2a1edd4c3a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:59:20 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:59:20 2021 +0000 |
tree | 6650f1f40bad17a44bc067038a076d25ba1f9440 | |
parent | f38aad85cf8e4e930c96cb843bc136949c8dbd29 [diff] [blame] |
patch 8.2.3948: Vim9: failure with partial with unknown argument count Problem: Vim9: failure with partial with unknown argument count. Solution: Do not copy argument types if there aren't any.
diff --git a/src/version.c b/src/version.c index 56825f5..a362dca 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3948, +/**/ 3947, /**/ 3946,