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:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4888,
|
||||
/**/
|
||||
4887,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user