updated for version 7.0-029
author |
vimboss |
date |
Thu, 22 Jun 2006 19:01:34 +0000 |
parents |
3c17f4d2196f |
children |
f6c72dd1962a |
files |
src/eval.c src/version.c |
diffstat |
2 files changed, 5 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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)
--- 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,