1
0
forked from aniani/vim

patch 8.2.4897: comment inside an expression in lambda ignores the rest

Problem:    Comment inside an expression in lambda ignores the rest of the
            expression.
Solution:   Truncate the line at the comment. (closes #10367)
This commit is contained in:
Bram Moolenaar
2022-05-06 21:51:50 +01:00
parent a13e7acba9
commit 39be4981cd
3 changed files with 21 additions and 2 deletions

View File

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