1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2022-09-01 17:01:32 +01:00
parent b5b4f61cf1
commit 3b474dcd30
4 changed files with 9 additions and 3 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
352,
/**/
351,
/**/