diff --git a/src/syntax.c b/src/syntax.c index 290b6be471..825ef881c3 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -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) diff --git a/src/version.c b/src/version.c index 1e775e7579..854d9e77bc 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 */ +/**/ + 94, /**/ 93, /**/