]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-064 v7.0.064
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2006 17:55:55 +0000 (17:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2006 17:55:55 +0000 (17:55 +0000)
src/edit.c
src/version.c

index a8044151b0dda10ea04c726c0ce105d8d4eae763..fb347b85df0c6479ce53e0b239f34b6ec5f01a70 100644 (file)
@@ -2760,6 +2760,7 @@ ins_compl_dictionaries(dict_start, pat, flags, thesaurus)
        }
        else
 # endif
+           if (count > 0)      /* avoid warning for using "files" uninit */
        {
            ins_compl_files(count, files, thesaurus, flags,
                                                        &regmatch, buf, &dir);
@@ -3222,7 +3223,6 @@ ins_compl_prep(c)
     int            c;
 {
     char_u     *ptr;
-    int                temp;
     int                want_cindent;
     int                retval = FALSE;
 
@@ -3378,6 +3378,7 @@ ins_compl_prep(c)
            if (compl_curr_match != NULL || compl_leader != NULL || c == Ctrl_E)
            {
                char_u  *p;
+               int     temp = 0;
 
                /*
                 * If any of the original typed text has been changed, eg when
index 4851f8974c77509880d88269ff88e14224ea6350..a708d307341ad81d38d00e0689a4955931da5878 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    64,
 /**/
     63,
 /**/