commit | 22f85d04594e1a09936227ef62955a7939d584b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 23:29:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 23:29:30 2021 +0200 |
tree | 3d95ed6c18fa926567f3176551e8b2cedfe5d3fe | |
parent | 6977dba04b68b91410585ada65079651788ca7dc [diff] [blame] |
patch 8.2.3107: Vim9: error for arguments while type didn't specify arguments Problem: Vim9: error for arguments while type didn't specify arguments. Solution: Do not update that type to check when no argument count is specified. (closes #8492)
diff --git a/src/version.c b/src/version.c index 10231ab..060c2e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3107, +/**/ 3106, /**/ 3105,