patch 8.2.3039: Vim9: breakpoint at a comment line does not work

Problem:    Vim9: breakpoint at a comment line does not work.
Solution:   Add the comment line number to the debug instruction.
            (closes #8429)
This commit is contained in:
Bram Moolenaar
2021-06-23 20:20:53 +02:00
parent cc65040986
commit 8cec9273d2
6 changed files with 48 additions and 14 deletions

View File

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