]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0353: missing entry in switch v9.0.0353
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2022 16:26:17 +0000 (17:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2022 16:26:17 +0000 (17:26 +0100)
Problem:    Missing entry in switch.
Solution:   Add ISN_ECHOWINDOW.

src/version.c
src/vim9instr.c

index e576be394464ac82c2cc6750099c97594ef41efb..7d046d030039885df907f4750fa6a13c7fdf41a4 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    353,
 /**/
     352,
 /**/
index f20d993728e9ea0c3f0cd9700647f24ddbd830c2..a13516bbb27c41631935a32bf2c41e6106907695 100644 (file)
@@ -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: