| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.673 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| 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 |
| |
| |
| |
| |
| |
| *** 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 |
| |
| /* |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 673, |
| /**/ |
| |
| -- |
| 5 out of 4 people have trouble with fractions. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 /// |