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

updated for version 7.1-189

This commit is contained in:
Bram Moolenaar 2008-01-03 11:43:42 +00:00
parent 21af89e2e8
commit 913626cedb
2 changed files with 5 additions and 2 deletions

View File

@ -222,10 +222,11 @@ set_indent(size, flags)
*s++ = *p++; *s++ = *p++;
orig_char_len--; orig_char_len--;
} }
/* Skip over any additional white space (useful when newindent is less /* Skip over any additional white space (useful when newindent is less
* than old) */ * than old) */
while (vim_iswhite(*p)) while (vim_iswhite(*p))
(void)*p++; ++p;
} }
else else
@ -3024,7 +3025,7 @@ ask_yesno(str, direct)
if (direct) if (direct)
r = get_keystroke(); r = get_keystroke();
else else
r = safe_vgetc(); r = plain_vgetc();
if (r == Ctrl_C || r == ESC) if (r == Ctrl_C || r == ESC)
r = 'n'; r = 'n';
msg_putchar(r); /* show what you typed */ msg_putchar(r); /* show what you typed */

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 */
/**/
189,
/**/ /**/
188, 188,
/**/ /**/