commit | 223d0a6bc8dc68039ceb6660de9576fafe178d73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:29:21 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:29:21 2021 +0000 |
tree | 0f9028c48b6ba36d5a093ac91bbe99ccc080a075 | |
parent | 5cd647935d0834b3064aa36384b8f6730fadadd6 [diff] [blame] |
patch 8.2.3894: Vim9: no proper type check for first argument of call() Problem: Vim9: no proper type check for first argument of call(). Solution: Add specific type check.
diff --git a/src/version.c b/src/version.c index 423ec6e..c4e4ad0 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3894, +/**/ 3893, /**/ 3892,