mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.2283
Problem: Part of ":oldfiles" command isn't cleared. (Lifepillar) Solution: Clear the rest of the line. (closes 1018)
This commit is contained in:
@@ -8471,6 +8471,7 @@ ex_oldfiles(exarg_T *eap UNUSED)
|
||||
msg_outnum((long)nr);
|
||||
MSG_PUTS(": ");
|
||||
msg_outtrans(fname);
|
||||
msg_clr_eos();
|
||||
msg_putchar('\n');
|
||||
out_flush(); /* output one line at a time */
|
||||
ui_breakcheck();
|
||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2283,
|
||||
/**/
|
||||
2282,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user