1
0
forked from aniani/vim

patch 8.2.4401: map listing does not clear the rest of the command line

Problem:    Map listing does not clear the rest of the command line.
Solution:   Call msg_clear_eos(). (closes #5623, closes #5962)
This commit is contained in:
Bram Moolenaar
2022-02-16 18:27:55 +00:00
parent 646bb7247a
commit d288eaad84
4 changed files with 25 additions and 2 deletions

View File

@@ -204,6 +204,7 @@ showmap(
if (p_verbose > 0)
last_set_msg(mp->m_script_ctx);
#endif
msg_clr_eos();
out_flush(); // show one line at a time
}