0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.0-029

This commit is contained in:
Bram Moolenaar 2006-06-22 19:01:34 +00:00
parent 654b5b5572
commit 4015b2c0cb
2 changed files with 5 additions and 0 deletions

View File

@ -9792,6 +9792,9 @@ f_getchar(argvars, rettv)
varnumber_T n; varnumber_T n;
int error = FALSE; int error = FALSE;
/* Position the cursor. Needed after a message that ends in a space. */
windgoto(msg_row, msg_col);
++no_mapping; ++no_mapping;
++allow_keys; ++allow_keys;
if (argvars[0].v_type == VAR_UNKNOWN) if (argvars[0].v_type == VAR_UNKNOWN)

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
29,
/**/ /**/
28, 28,
/**/ /**/