commit | cc0750dc6e878394ab0fd922b7ea4280918ae406 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:29:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:29:24 2017 +0200 |
tree | 1af2eff76db96f7f794b32735be3de2ab27505fe | |
parent | 4eb6531b03445b4d492bc52fea0b6dcd886583af [diff] [blame] |
patch 8.0.0672: third item of synconcealed() changes too often Problem: Third item of synconcealed() changes too often. (Dominique Pelle) Solution: Reset the sequence number at the start of each line.
diff --git a/src/version.c b/src/version.c index 9b2b048..d15b7db 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 672, +/**/ 671, /**/ 670,