1
0
forked from aniani/vim

patch 9.0.0353: missing entry in switch

Problem:    Missing entry in switch.
Solution:   Add ISN_ECHOWINDOW.
This commit is contained in:
Bram Moolenaar
2022-09-01 17:26:17 +01:00
parent 3b474dcd30
commit 68a635a80a
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -2245,6 +2245,7 @@ delete_instr(isn_T *isn)
case ISN_ECHOCONSOLE: case ISN_ECHOCONSOLE:
case ISN_ECHOERR: case ISN_ECHOERR:
case ISN_ECHOMSG: case ISN_ECHOMSG:
case ISN_ECHOWINDOW:
case ISN_ENDTRY: case ISN_ENDTRY:
case ISN_EXECCONCAT: case ISN_EXECCONCAT:
case ISN_EXECUTE: case ISN_EXECUTE: