mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-189
This commit is contained in:
@@ -222,10 +222,11 @@ set_indent(size, flags)
|
||||
*s++ = *p++;
|
||||
orig_char_len--;
|
||||
}
|
||||
|
||||
/* Skip over any additional white space (useful when newindent is less
|
||||
* than old) */
|
||||
while (vim_iswhite(*p))
|
||||
(void)*p++;
|
||||
++p;
|
||||
|
||||
}
|
||||
else
|
||||
@@ -3024,7 +3025,7 @@ ask_yesno(str, direct)
|
||||
if (direct)
|
||||
r = get_keystroke();
|
||||
else
|
||||
r = safe_vgetc();
|
||||
r = plain_vgetc();
|
||||
if (r == Ctrl_C || r == ESC)
|
||||
r = 'n';
|
||||
msg_putchar(r); /* show what you typed */
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
189,
|
||||
/**/
|
||||
188,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user