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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.