1
0
forked from aniani/vim

patch 8.2.4666: Vim9: assignment not recognized in skipped block

Problem:    Vim9: assignment not recognized in skipped block.
Solution:   When skipping assume identifier exists. (closes #10059)
This commit is contained in:
Bram Moolenaar
2022-04-02 19:43:57 +01:00
parent eabddc425e
commit 97f8c1081e
6 changed files with 63 additions and 36 deletions

View File

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