commit | c620c055ce8505596a7208ba696a32b8a3be4f4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 15:16:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 15:16:19 2020 +0200 |
tree | d61c203d6df6363f0466c4b4b8f4bd14141926c0 | |
parent | bed36b939a4c66f41d1f24e32cfa521b10f22b82 [diff] [blame] |
patch 8.2.1154: Vim9: crash when using imported function Problem: Vim9: crash when using imported function. Solution: Check for a function type. Set the script context when calling a function. (closes #6412)
diff --git a/src/version.c b/src/version.c index 0d3e85e..7633792 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1154, +/**/ 1153, /**/ 1152,