]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-171 v7.2.171
authorBram Moolenaar <Bram@vim.org>
Thu, 14 May 2009 19:51:46 +0000 (19:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 May 2009 19:51:46 +0000 (19:51 +0000)
src/ex_cmds.c
src/version.c

index c9174b2b506950076d7a470ab0a46234745023e3..dd66254e334a443ed4f8ca39381b3d455e097f7f 100644 (file)
@@ -4637,7 +4637,7 @@ do_sub(eap)
 
                if (do_ask)
                {
-                   int typed;
+                   int typed = 0;
 
                    /* change State to CONFIRM, so that the mouse works
                     * properly */
@@ -6553,6 +6553,7 @@ struct sign
 static sign_T  *first_sign = NULL;
 static int     last_sign_typenr = MAX_TYPENR;  /* is decremented */
 
+static int sign_cmd_idx __ARGS((char_u *begin_cmd, char_u *end_cmd));
 static void sign_list_defined __ARGS((sign_T *sp));
 static void sign_undefine __ARGS((sign_T *sp, sign_T *sp_prev));
 
@@ -6579,8 +6580,8 @@ static char *cmds[] = {
  */
     static int
 sign_cmd_idx(begin_cmd, end_cmd)
-    char       *begin_cmd;     /* begin of sign subcmd */
-    char       *end_cmd;       /* just after sign subcmd */
+    char_u     *begin_cmd;     /* begin of sign subcmd */
+    char_u     *end_cmd;       /* just after sign subcmd */
 {
     int                idx;
     char       save = *end_cmd;
index d8be1e692a0cb72a1b9f48e2b33e4fe319c11750..c416f5257bab6151d5d80bc1a1edca813a7143fa 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    171,
 /**/
     170,
 /**/