commit | fc3b775055c2361e507a1a44008d5a7d37eecf14 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Sep 08 14:57:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 14:57:42 2021 +0200 |
tree | 13683ebfabf7a13db8be1f97ddecab7d4b4e4899 | |
parent | 80c88eac5a81dd9f1a96fc80cb8aab6c84fe7b86 [diff] [blame] |
patch 8.2.3415: Vim9: not all function argument types are properly checked Problem: Vim9: Not all function argument types are properly checked. Solution: Add and improve argument type checks. (Yegappan Lakshmanan, closes #8839)
diff --git a/src/version.c b/src/version.c index a5a3097..a349398 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3415, +/**/ 3414, /**/ 3413,