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:
parent
654b5b5572
commit
4015b2c0cb
@ -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)
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
29,
|
||||
/**/
|
||||
28,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user