1
0
forked from aniani/vim

patch 8.2.4888: line number of lambda ignores line continuation

Problem:    Line number of lambda ignores line continuation.
Solution:   Use the line number of where the arguments are. Avoid outputting
            "..." twice. (closes #10364)
This commit is contained in:
Bram Moolenaar
2022-05-06 15:47:07 +01:00
parent 9b334d5912
commit 521bf32bb4
2 changed files with 12 additions and 4 deletions

View File

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