mirror of
https://github.com/neovim/neovim.git
synced 2025-01-02 17:33:28 -07: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:
parent
7cc4e782a0
commit
ab16c07584
@ -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();
|
||||
|
@ -158,7 +158,7 @@ static int included_patches[] = {
|
||||
// 2286 NA
|
||||
// 2285 NA
|
||||
2284,
|
||||
// 2283,
|
||||
2283,
|
||||
// 2282 NA
|
||||
// 2281 NA
|
||||
2280,
|
||||
|
Loading…
Reference in New Issue
Block a user