commit | 08f7a41b0a280e5901eb4ee4bbfe682113863492 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 20:41:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 20:41:08 2020 +0200 |
tree | c5a4c229cde639d8c6518e3dcb79f014ddca90ab | |
parent | f1a2368d81fc3f70dfcf7d577957185da6ccf0b6 [diff] [blame] |
patch 8.2.1202: Vim9: crash when calling a closure from a builtin function Problem: Vim9: crash when calling a closure from a builtin function. Solution: Use the current execution context. (closes #6441)
diff --git a/src/version.c b/src/version.c index 2c9c4f0..ddc6f2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1202, +/**/ 1201, /**/ 1200,