1
0
forked from aniani/vim

patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end

Problem:    Vim9: cannot handle line break after parenthesis at line end.
Solution:   Skip over line break. (closes #7677)
This commit is contained in:
Bram Moolenaar
2021-01-14 20:35:49 +01:00
parent fadd55bd63
commit 2415669348
3 changed files with 25 additions and 13 deletions

View File

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