commit | 83494b4ac61898f687d6ef9dce4bad5802fb8e51 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jul 20 17:51:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 17:51:51 2021 +0200 |
tree | 36f06f4a70bd9a515527064cd8985029ab27c6a6 | |
parent | 9bb0dad0d8283c86fddf5b950f4fbb6fb8f12741 [diff] [blame] |
patch 8.2.3188: 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, also at runtime. (Yegappan Lakshmanan, closes #8587)
diff --git a/src/version.c b/src/version.c index 64997fd..4244d82 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3188, +/**/ 3187, /**/ 3186,