1
0
forked from aniani/vim

patch 8.2.3146: Vim9: line number wrong for :execute argument

Problem:    Vim9: line number wrong for :execute argument.
Solution:   Use the line number of the :execute command itself. (closes #8537)
This commit is contained in:
Bram Moolenaar
2021-07-11 16:52:45 +02:00
parent 4ece152ad6
commit c03fe66ade
3 changed files with 16 additions and 0 deletions

View File

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