commit | cd9172077bc8c0aafddf2e5367cc0ae2c00c8ff7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jul 21 19:09:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 19:09:09 2021 +0200 |
tree | d460cabb1f58286f763089e7a9552be6c21059f3 | |
parent | 189663bdac1156237c49925f77bd197c1bdea12c [diff] [blame] |
patch 8.2.3194: Vim9: argument types are not checked at compile time Problem: Vim9: argument types are not checked at compile time. Solution: Add several more type checks, simplify some. (Yegappan Lakshmanan, closes #8598)
diff --git a/src/version.c b/src/version.c index 9533c88..61cd6f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3194, +/**/ 3193, /**/ 3192,