]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.2283 v7.4.2283
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 15:08:17 +0000 (17:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 15:08:17 +0000 (17:08 +0200)
Problem:    Part of ":oldfiles" command isn't cleared. (Lifepillar)
Solution:   Clear the rest of the line. (closes 1018)

src/ex_cmds.c
src/version.c

index 9f2cd9540f36b60235199fa07a6294aa164efd6a..b38171b49ec62ba1dcdb48ed95ad22e8169dd19d 100644 (file)
@@ -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();
index 5743911f6cf1556017817ccce3ededeb78ce8e20..0c2bbffbafa15ddd3740cb5d1039dc2bda0a82ce 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2283,
 /**/
     2282,
 /**/