0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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

@@ -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: