Patch 7.4b.021
Problem: Pressing "u" after an external command results in multiple
press-enter messages. (glts)
Solution: Don't call hit_return_msg() when we have K_IGNORE. (Christian
Brabandt)
Files: src/message.c
*** ../vim-7.4b.020/src/message.c 2013-07-17 11:32:14.000000000 +0200
--- src/message.c 2013-08-09 20:30:45.000000000 +0200
***************
*** 1004,1010 ****
quit_more = FALSE;
got_int = FALSE;
}
! else
{
c = K_IGNORE;
hit_return_msg();
--- 1004,1010 ----
quit_more = FALSE;
got_int = FALSE;
}
! else if (c != K_IGNORE)
{
c = K_IGNORE;
hit_return_msg();
*** ../vim-7.4b.020/src/version.c 2013-08-09 19:48:37.000000000 +0200
--- src/version.c 2013-08-09 20:34:40.000000000 +0200
***************
*** 729,730 ****
--- 729,732 ----
{ /* Add new patch number below this line */
+ /**/
+ 21,
/**/
--
hundred-and-one symptoms of being an internet addict:
71. You wonder how people walk
/// 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/groups/opt_out.