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:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user