summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-06-22 19:01:34 +0000
committervimboss <devnull@localhost>2006-06-22 19:01:34 +0000
commit21fea845c7b09724a6d5e8ec59f404cc6474f5c9 (patch)
treee0b30a766c811755910d7d5b123ab6df7f18727e
parent70d17c384cf2be1e7f521c931500027e69363da1 (diff)
downloadvim-21fea845c7b09724a6d5e8ec59f404cc6474f5c9.tar.gz
updated for version 7.0-029v7.0.029v7-0-029
-rw-r--r--src/eval.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 8e416494..273ac413 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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)
diff --git a/src/version.c b/src/version.c
index 0b0703c5..bdbd51d0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 29,
+/**/
28,
/**/
27,