1
0
forked from aniani/vim

patch 8.2.3366: Vim9: debugging elseif does not stop before condition

Problem:    Vim9: debugging elseif does not stop before condition.
Solution:   Move debug statement to after the jump. (closes #8781)
This commit is contained in:
Bram Moolenaar
2021-08-22 13:35:31 +02:00
parent bf5f287833
commit 093165c899
3 changed files with 74 additions and 2 deletions

View File

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