commit | 7973de35ba6840b7e106e2e8a8912522e9a2a960 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 24 16:16:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 16:16:15 2021 +0200 |
tree | 8e8a1848f52a82af0a31111a0846c319a9544dd7 | |
parent | dd0b287c1ec8314034a2dbb14c4267994c47520c [diff] [blame] |
patch 8.2.3211: 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. Fix type check for matchaddpos(). (Yegappan Lakshmanan, closes #8619)
diff --git a/src/version.c b/src/version.c index 49e4b60..b604281 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3211, +/**/ 3210, /**/ 3209,