commit | ea20de81462a7e1a7f8fc1d53ad618efb0663c17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:52:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:52:24 2017 +0200 |
tree | d6e16eecb8c079f3c70baaa11a11c29bd8e20916 | |
parent | cc0750dc6e878394ab0fd922b7ea4280918ae406 [diff] [blame] |
patch 8.0.0673: build failure without conceal feature Problem: Build failure without conceal feature. Solution: Add #ifdef.
diff --git a/src/syntax.c b/src/syntax.c index da2c876..09013b0 100644 --- a/src/syntax.c +++ b/src/syntax.c
@@ -1061,7 +1061,9 @@ next_match_idx = -1; ++current_line_id; +#ifdef FEAT_CONCEAL next_seqnr = 1; +#endif } /*