diff src/version.c @ 3240:c97c3272d7a6 v7.3.389

updated for version 7.3.389 Problem: After typing at a prompt the "MORE" message appears too soon. Solution: reset lines_left in msg_end_prompt(). (Eswald)
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Dec 2011 14:14:29 +0100
parents 683fab13904c
children 48252b5fd170
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    389,
+/**/
     388,
 /**/
     387,