1
0
forked from aniani/vim

patch 8.2.4972: Vim9: compilation fails when using dict member when skipping

Problem:    Vim9: compilation fails when using dict member when skipping.
Solution:   Do not generate ISN_USEDICT when skipping. (closes #10433)
This commit is contained in:
Bram Moolenaar
2022-05-17 15:03:33 +01:00
parent 40c141d333
commit 1ff9c44267
3 changed files with 10 additions and 1 deletions

View File

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