Patch 8.0.0673 (after 8.0.0673)
Problem: Build failure without conceal feature.
Solution: Add #ifdef.
Files: src/syntax.c
*** ../vim-8.0.0672/src/syntax.c 2017-06-24 22:29:02.037532934 +0200
--- src/syntax.c 2017-06-24 22:49:53.079734597 +0200
***************
*** 1061,1067 ****
--- 1061,1069 ----
next_match_idx = -1;
++current_line_id;
+ #ifdef FEAT_CONCEAL
next_seqnr = 1;
+ #endif
}
/*
*** ../vim-8.0.0672/src/version.c 2017-06-24 22:29:02.041532903 +0200
--- src/version.c 2017-06-24 22:52:14.478653601 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 673,
/**/
--
Ed's Radiator Shop: The Best Place in Town to Take a Leak.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.