To: [email protected]
Subject: Patch 7.4a.025
Fcc: outbox
From: Bram Moolenaar <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 7.4a.025
Problem:    Get the press-Enter prompt even after using :redraw.
Solution:   Clear need_wait_return when executing :redraw.
Files:      src/ex_docmd.c


*** ../vim-7.4a.024/src/ex_docmd.c      2013-07-05 19:44:02.000000000 +0200
--- src/ex_docmd.c      2013-07-17 11:42:57.000000000 +0200
***************
*** 8981,8986 ****
--- 8981,8989 ----
     msg_didout = FALSE;
     msg_col = 0;

+     /* No need to wait after an intentional redraw. */
+     need_wait_return = FALSE;
+
     out_flush();
 }

*** ../vim-7.4a.024/src/version.c       2013-07-14 15:06:46.000000000 +0200
--- src/version.c       2013-07-17 11:48:16.000000000 +0200
***************
*** 729,730 ****
--- 729,732 ----
 {   /* Add new patch number below this line */
+ /**/
+     25,
 /**/

--
At some point in the project somebody will start whining about the need to
determine the project "requirements".  This involves interviewing people who
don't know what they want but, curiously, know exactly when they need it.
                               (Scott Adams - The Dilbert principle)

/// 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    ///