To: vim_dev@googlegroups.com Subject: Patch 7.4.2283 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2283 Problem: Part of ":oldfiles" command isn't cleared. (Lifepillar) Solution: Clear the rest of the line. (closes 1018) Files: src/ex_cmds.c *** ../vim-7.4.2282/src/ex_cmds.c 2016-08-26 22:29:06.079185186 +0200 --- src/ex_cmds.c 2016-08-28 17:03:13.318030092 +0200 *************** *** 8471,8476 **** --- 8471,8477 ---- 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(); *** ../vim-7.4.2282/src/version.c 2016-08-28 16:53:06.503314849 +0200 --- src/version.c 2016-08-28 17:04:40.281273678 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2283, /**/ -- I AM THANKFUL... ...for the piles of laundry and ironing because it means I have plenty of clothes to wear. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///