commit | ee8580e52e767916e2a95e8ac0732fd8a5ae0651 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 17:19:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 17:19:07 2020 +0200 |
tree | 7969a3073d33cf09cfce17fc3b500cad1b6a694d | |
parent | 6a950581da52b410a74531044aae8f1f8f38a7df [diff] [blame] |
patch 8.2.1534: Vim9: type error for argument type is not at call position Problem: Vim9: type error for argument type is not at call position. Solution: Set the context and stack after checking the arguments. (issue #6785)
diff --git a/src/version.c b/src/version.c index e6299f4..21c6a18 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1534, +/**/ 1533, /**/ 1532,