1
0
forked from aniani/vim

patch 8.2.3086: Vim9: breakpoint on "for" does not work

Problem:    Vim9: breakpoint on "for" does not work.
Solution:   Use the right line number in ISN_DEBUG. (closes #8486)
This commit is contained in:
Bram Moolenaar
2021-07-03 13:36:31 +02:00
parent acbb4b5720
commit 6fc0161682
3 changed files with 30 additions and 0 deletions

View File

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