updated for version 7.1-094

This commit is contained in:
vimboss
2007-08-30 17:37:40 +00:00
parent 47d1110c0f
commit 9700d89be2
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -5987,8 +5987,8 @@ syntax_present(buf)
{
return (buf->b_syn_patterns.ga_len != 0
|| buf->b_syn_clusters.ga_len != 0
|| curbuf->b_keywtab.ht_used > 0
|| curbuf->b_keywtab_ic.ht_used > 0);
|| buf->b_keywtab.ht_used > 0
|| buf->b_keywtab_ic.ht_used > 0);
}
#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
94,
/**/
93,
/**/