commit | a9a7c0c602b231dc37c4b0f62ade0421c84fca03 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 17 19:11:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 17 19:11:07 2021 +0200 |
tree | a7e6e2dcad98c9dd2244cf9c368360b71abf61a6 | |
parent | 20c370d9f2ee89cb854054edf71f5004f6efff77 [diff] [blame] |
patch 8.2.3173: Vim9: argument types are not checked at compile time Problem: Vim9: argument types are not checked at compile time. Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581)
diff --git a/src/version.c b/src/version.c index 78d6088..f7e2c17 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3173, +/**/ 3172, /**/ 3171,