Patch 7.4.673
Problem: The first syntax entry gets sequence number zero, which doesn't
work. (Clinton McKay)
Solution: Start at number one. (Bjorn Linse)
Files: src/syntax.c
*** ../vim-7.4.672/src/syntax.c 2015-03-13 12:53:32.271786748 +0100
--- src/syntax.c 2015-03-21 21:43:25.028260237 +0100
***************
*** 311,317 ****
but contained groups */
#ifdef FEAT_CONCEAL
! static int next_seqnr = 0; /* value to use for si_seqnr */
#endif
/*
--- 311,317 ----
but contained groups */
#ifdef FEAT_CONCEAL
! static int next_seqnr = 1; /* value to use for si_seqnr */
#endif
/*
*** ../vim-7.4.672/src/version.c 2015-03-21 17:32:14.066779916 +0100
--- src/version.c 2015-03-21 21:46:00.846499567 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 673,
/**/
--
5 out of 4 people have trouble with fractions.
/// 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.