]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-189 v7.1.189
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2008 11:43:42 +0000 (11:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2008 11:43:42 +0000 (11:43 +0000)
src/misc1.c
src/version.c

index 99c90f76bc0d1bfb39b48939c7bf51034a4e8b67..55c9bd589abc12ae1263cb5d98d57f8dfc7caf78 100644 (file)
@@ -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 */
index 5e84c66055bfc30f129a8e332dfbdf3fbbaf3c73..4459e5fce412e20a696c8a5fb6c3db3bd55dc524 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    189,
 /**/
     188,
 /**/