1
0
forked from aniani/vim

patch 8.2.2079: Vim9: cannot put a linebreak before or after "in" of ":for"

Problem:    Vim9: cannot put a linebreak before or after "in" of ":for".
Solution:   Skip over linebreak.
This commit is contained in:
Bram Moolenaar
2020-12-02 13:23:36 +01:00
parent 1cbfc9914d
commit 38bd8de551
3 changed files with 33 additions and 2 deletions

View File

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