]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-029 v7.0.029
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 19:01:34 +0000 (19:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 19:01:34 +0000 (19:01 +0000)
src/eval.c
src/version.c

index 8e416494002a9c44dfd9eaf858ca6281c8dd8da3..273ac4136052213a72fbcc154bfcfee5a50d59ce 100644 (file)
@@ -9792,6 +9792,9 @@ f_getchar(argvars, rettv)
     varnumber_T                n;
     int                        error = FALSE;
 
+    /* Position the cursor.  Needed after a message that ends in a space. */
+    windgoto(msg_row, msg_col);
+
     ++no_mapping;
     ++allow_keys;
     if (argvars[0].v_type == VAR_UNKNOWN)
index 0b0703c565f30f423e00836a05a7f43d9764a4f8..bdbd51d0758e32312d9fc7c35ed687615cd37ecb 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    29,
 /**/
     28,
 /**/