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/version.c b/src/version.c index e576be3..7d046d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 353, +/**/ 352, /**/ 351,