Skip to content

Commit

Permalink
patch 9.0.0353: missing entry in switch
Browse files Browse the repository at this point in the history
Problem:    Missing entry in switch.
Solution:   Add ISN_ECHOWINDOW.
  • Loading branch information
brammool committed Sep 1, 2022
1 parent 3b474dc commit 68a635a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -707,6 +707,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
353,
/**/
352,
/**/
Expand Down
1 change: 1 addition & 0 deletions src/vim9instr.c
Expand Up @@ -2245,6 +2245,7 @@ delete_instr(isn_T *isn)
case ISN_ECHOCONSOLE:
case ISN_ECHOERR:
case ISN_ECHOMSG:
case ISN_ECHOWINDOW:
case ISN_ENDTRY:
case ISN_EXECCONCAT:
case ISN_EXECUTE:
Expand Down

0 comments on commit 68a635a

Please sign in to comment.