]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-094 v7.1.094
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 17:37:40 +0000 (17:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 17:37:40 +0000 (17:37 +0000)
src/syntax.c
src/version.c

index 290b6be471c007bbbd37765b3626c2e6552d7965..825ef881c3dfcde8609431b070c9ad418a2fc2a9 100644 (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)
index 1e775e75793bed9fb19c8e3be9a5b0072823a09a..854d9e77bcda6eb8510cf1bca5f2025d21adb179 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    94,
 /**/
     93,
 /**/