patch 8.2.2602: Vim9: continue doesn't work if :while is very first command

Problem:    Vim9: continue doesn't work if :while is very first command.
            (Yegappan Lakshmanan)
Solution:   Add one to the continue instruction index.
This commit is contained in:
Bram Moolenaar
2021-03-14 12:13:33 +01:00
parent 6bce5856b5
commit 2e34c34be1
3 changed files with 32 additions and 3 deletions

View File

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