mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
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:
@@ -23628,6 +23628,7 @@ void ex_oldfiles(exarg_T *eap)
|
|||||||
msg_outnum(++nr);
|
msg_outnum(++nr);
|
||||||
MSG_PUTS(": ");
|
MSG_PUTS(": ");
|
||||||
msg_outtrans(get_tv_string(&li->li_tv));
|
msg_outtrans(get_tv_string(&li->li_tv));
|
||||||
|
msg_clr_eos();
|
||||||
msg_putchar('\n');
|
msg_putchar('\n');
|
||||||
ui_flush(); /* output one line at a time */
|
ui_flush(); /* output one line at a time */
|
||||||
os_breakcheck();
|
os_breakcheck();
|
||||||
|
@@ -158,7 +158,7 @@ static int included_patches[] = {
|
|||||||
// 2286 NA
|
// 2286 NA
|
||||||
// 2285 NA
|
// 2285 NA
|
||||||
2284,
|
2284,
|
||||||
// 2283,
|
2283,
|
||||||
// 2282 NA
|
// 2282 NA
|
||||||
// 2281 NA
|
// 2281 NA
|
||||||
2280,
|
2280,
|
||||||
|
Reference in New Issue
Block a user