commit | 68a635a80a4cccf5b4b7235d886159d52b08f04c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 17:26:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 17:26:17 2022 +0100 |
tree | 0752e4b1ade6be47d3ecea8bef6ab32b263a9914 | |
parent | 3b474dcd30ea188124f5ad766f5096f9a0cef895 [diff] [blame] |
patch 9.0.0353: missing entry in switch Problem: Missing entry in switch. Solution: Add ISN_ECHOWINDOW.
diff --git a/src/vim9instr.c b/src/vim9instr.c index f20d993..a13516b 100644 --- a/src/vim9instr.c +++ b/src/vim9instr.c
@@ -2245,6 +2245,7 @@ case ISN_ECHOCONSOLE: case ISN_ECHOERR: case ISN_ECHOMSG: + case ISN_ECHOWINDOW: case ISN_ENDTRY: case ISN_EXECCONCAT: case ISN_EXECUTE: