0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-064

This commit is contained in:
Bram Moolenaar
2006-08-22 17:55:55 +00:00
parent 0a5fd8badc
commit d7fd0c4a37
2 changed files with 4 additions and 1 deletions

View File

@@ -2760,6 +2760,7 @@ ins_compl_dictionaries(dict_start, pat, flags, thesaurus)
} }
else else
# endif # endif
if (count > 0) /* avoid warning for using "files" uninit */
{ {
ins_compl_files(count, files, thesaurus, flags, ins_compl_files(count, files, thesaurus, flags,
&regmatch, buf, &dir); &regmatch, buf, &dir);
@@ -3222,7 +3223,6 @@ ins_compl_prep(c)
int c; int c;
{ {
char_u *ptr; char_u *ptr;
int temp;
int want_cindent; int want_cindent;
int retval = FALSE; int retval = FALSE;
@@ -3378,6 +3378,7 @@ ins_compl_prep(c)
if (compl_curr_match != NULL || compl_leader != NULL || c == Ctrl_E) if (compl_curr_match != NULL || compl_leader != NULL || c == Ctrl_E)
{ {
char_u *p; char_u *p;
int temp = 0;
/* /*
* If any of the original typed text has been changed, eg when * If any of the original typed text has been changed, eg when

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
64,
/**/ /**/
63, 63,
/**/ /**/