commit | 5b73992d8f82be7ac4b6f46c17f53ffb9640e5fa | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 10 13:15:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 13:15:41 2021 +0200 |
tree | ff59a04ff0b60de8b527e5fe9d5e7df9bf50f5ce | |
parent | 9da32e4d578f4e93ef5397f9dd13e2c28b2a2595 [diff] [blame] |
patch 8.2.3135: Vim9: builtin function arguments not checked at compile time Problem: Vim9: builtin function arguments not checked at compile time. Solution: Add more type checks. (Yegappan Lakshmanan, closes #8539)
diff --git a/src/version.c b/src/version.c index 10a5f71..0a53ab9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3135, +/**/ 3134, /**/ 3133,