forked from aniani/vim
patch 8.2.3633: Vim9: line number of lambda is off by one
Problem: Vim9: line number of lambda is off by one. Solution: Add one to the line number. (closes #9083)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3633,
|
||||
/**/
|
||||
3632,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user