vim-patch:7.4.2283

Problem:    Part of ":oldfiles" command isn't cleared. (Lifepillar)
Solution:   Clear the rest of the line. (closes 1018)

885c00eabe
This commit is contained in:
lonerover 2017-03-22 08:28:03 +08:00
parent 7cc4e782a0
commit ab16c07584
2 changed files with 2 additions and 1 deletions

View File

@ -23628,6 +23628,7 @@ void ex_oldfiles(exarg_T *eap)
msg_outnum(++nr);
MSG_PUTS(": ");
msg_outtrans(get_tv_string(&li->li_tv));
msg_clr_eos();
msg_putchar('\n');
ui_flush(); /* output one line at a time */
os_breakcheck();

View File

@ -158,7 +158,7 @@ static int included_patches[] = {
// 2286 NA
// 2285 NA
2284,
// 2283,
2283,
// 2282 NA
// 2281 NA
2280,