summaryrefslogtreecommitdiff
path: root/src/vim9instr.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-01 17:26:17 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-01 17:26:17 +0100
commit68a635a80a4cccf5b4b7235d886159d52b08f04c (patch)
tree0752e4b1ade6be47d3ecea8bef6ab32b263a9914 /src/vim9instr.c
parent3b474dcd30ea188124f5ad766f5096f9a0cef895 (diff)
downloadvim-git-68a635a80a4cccf5b4b7235d886159d52b08f04c.tar.gz
patch 9.0.0353: missing entry in switchv9.0.0353
Problem: Missing entry in switch. Solution: Add ISN_ECHOWINDOW.
Diffstat (limited to 'src/vim9instr.c')
-rw-r--r--src/vim9instr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim9instr.c b/src/vim9instr.c
index f20d99372..a13516bbb 100644
--- a/src/vim9instr.c
+++ b/src/vim9instr.c
@@ -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: