0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-094

This commit is contained in:
Bram Moolenaar
2007-08-30 17:37:40 +00:00
parent 367329ba08
commit 102e3a6164
2 changed files with 4 additions and 2 deletions

View File

@@ -5987,8 +5987,8 @@ syntax_present(buf)
{ {
return (buf->b_syn_patterns.ga_len != 0 return (buf->b_syn_patterns.ga_len != 0
|| buf->b_syn_clusters.ga_len != 0 || buf->b_syn_clusters.ga_len != 0
|| curbuf->b_keywtab.ht_used > 0 || buf->b_keywtab.ht_used > 0
|| curbuf->b_keywtab_ic.ht_used > 0); || buf->b_keywtab_ic.ht_used > 0);
} }
#if defined(FEAT_CMDL_COMPL) || defined(PROTO) #if defined(FEAT_CMDL_COMPL) || defined(PROTO)

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 */
/**/
94,
/**/ /**/
93, 93,
/**/ /**/