commit | 3b474dcd30ea188124f5ad766f5096f9a0cef895 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 17:01:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 17:01:32 2022 +0100 |
tree | d25baa6071e9fc1b29c20d644b6e684282a66401 | |
parent | b5b4f61cf192324379b6a8c4f7ed83a13f0e3bc6 [diff] [blame] |
patch 9.0.0352: using :echowindow in a timer clears part of message Problem: using :echowindow in a timer clears part of message Solution: Do not use msg_clr_eos().
diff --git a/src/version.c b/src/version.c index 4c05bb0..e576be3 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,