Skip to content

Commit

Permalink
patch 7.4.2283
Browse files Browse the repository at this point in the history
Problem:    Part of ":oldfiles" command isn't cleared. (Lifepillar)
Solution:   Clear the rest of the line. (closes 1018)
  • Loading branch information
brammool committed Aug 28, 2016
1 parent 0abe052 commit 885c00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ex_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2283,
/**/
2282,
/**/
Expand Down

0 comments on commit 885c00e

Please sign in to comment.