]> granicus.if.org Git - vim/commitdiff
patch 8.0.0673: build failure without conceal feature v8.0.0673
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 20:52:24 +0000 (22:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 20:52:24 +0000 (22:52 +0200)
Problem:    Build failure without conceal feature.
Solution:   Add #ifdef.

src/syntax.c
src/version.c

index da2c87684d01052f88c71340c4c88f0f36d011fb..09013b07cbb10b3afd537aa08f583f11b81d382e 100644 (file)
@@ -1061,7 +1061,9 @@ syn_start_line(void)
 
     next_match_idx = -1;
     ++current_line_id;
+#ifdef FEAT_CONCEAL
     next_seqnr = 1;
+#endif
 }
 
 /*
index d15b7db8e1aaf7fe83f9791715a2d74004a7d27d..b9f309d21642d1a0e257b09d54e591433f27f4a5 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    673,
 /**/
     672,
 /**/