0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2020-07-13 20:41:08 +02:00
parent f1a2368d81
commit 08f7a41b0a
3 changed files with 41 additions and 3 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1202,
/**/
1201,
/**/