commit | 7a40ff00edd35cc4313d74a43e7a7b67cd24372d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 15:54:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 15:54:08 2021 +0200 |
tree | f635249daa4d7c43565d33eaf6015a2b624c24f6 | |
parent | 4197828dc666f2d258594f7f9461534d23cc50e4 [diff] [blame] |
patch 8.2.3100: Vim9: no error when using type with unknown number of args Problem: Vim9: no error when using type with unknown number of arguments. Solution: Do not ignore argument count of -1. (closes #8492)
diff --git a/src/version.c b/src/version.c index 062e856..298fd87 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3100, +/**/ 3099, /**/ 3098,