commit | 0d89d8ae89c861572496c5ae9683d986b28c957b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 14:01:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 14:01:24 2022 +0000 |
tree | d32b5f124481c5ef169eeb5256d6c403f5ba9f3e | |
parent | dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b [diff] [blame] |
patch 9.0.1119: type of arguments not checked when calling a partial Problem: Type of arguments not checked when calling a partial. Solution: Give an error for a wrong argument type. (closes #11753)
diff --git a/src/version.c b/src/version.c index a66b588..92c70ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1119, +/**/ 1118, /**/ 1117,