1
0
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:
Bram Moolenaar
2021-11-20 21:35:41 +00:00
parent 9cd9385db7
commit a755fdbe80
3 changed files with 17 additions and 1 deletions

View File

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