commit | b7480cd8931fa1696265f75c7d4d9fdf0be69e12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 18:28:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 18:28:15 2021 +0200 |
tree | 5cfa8ff369a76cfb7065eddaaca21a2c782260b5 | |
parent | f33cae605064c8bdb908a8069d936f752572cd76 [diff] [blame] |
patch 8.2.3104: Vim9: unspecified function type causes type error Problem: Vim9: unspecified function type causes type error. Solution: Don't check type when min_argcount is negative. (issue #8492)
diff --git a/src/version.c b/src/version.c index a9c2958..1f2b18f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3104, +/**/ 3103, /**/ 3102,