From: Bram Moolenaar Date: Tue, 22 Aug 2006 17:55:55 +0000 (+0000) Subject: updated for version 7.0-064 X-Git-Tag: v7.0.064 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7fd0c4a372e6798ff02c73aefd55ec04643b429;p=thirdparty%2Fvim.git updated for version 7.0-064 --- diff --git a/src/edit.c b/src/edit.c index a8044151b0..fb347b85df 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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, ®match, 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 diff --git a/src/version.c b/src/version.c index 4851f8974c..a708d30734 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 64, /**/ 63, /**/