Patch 8.1.2258
Problem: May get hit-enter prompt after entering a number. (Malcolm Rowe)
Solution: Put back accidentally deleted lines. (closes #5176)
Files: src/misc1.c
*** ../vim-8.1.2257/src/misc1.c 2019-10-27 05:12:38.284773720 +0100
--- src/misc1.c 2019-11-05 21:42:59.834471149 +0100
***************
*** 985,990 ****
--- 985,992 ----
if (msg_row > 0)
cmdline_row = msg_row - 1;
need_wait_return = FALSE;
+ msg_didany = FALSE;
+ msg_didout = FALSE;
}
else
cmdline_row = save_cmdline_row;
*** ../vim-8.1.2257/src/version.c 2019-11-05 21:09:18.629946582 +0100
--- src/version.c 2019-11-05 21:45:41.661827615 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2258,
/**/
--
hundred-and-one symptoms of being an internet addict:
33. You name your children Eudora, Mozilla and Dotcom.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911052053.xA5Krqlx027148%40masaka.moolenaar.net.