1
0
forked from aniani/vim

patch 8.2.4124: Vim9: method in compiled function may not see script item

Problem:    Vim9: method in compiled function may not see script item.
Solution:   Make sure not to skip to the next line. (closes #9496)
This commit is contained in:
Bram Moolenaar
2022-01-17 20:50:40 +00:00
parent 15d1635e50
commit 6389baa669
3 changed files with 85 additions and 50 deletions

View File

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