commit | 2f97912800e86a296c001832bbbf2fc425f1e533 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 17:27:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 17:27:44 2016 +0200 |
tree | e304476d781edf4c5f1603e3c4787b0338cc8c64 | |
parent | 6d5ad4c4118cab5fd96db157621c3aa9af368edb [diff] [blame] |
patch 8.0.0049 Problem: When a match ends in part of concealed text highlighting, it might mess up concealing by resetting prev_syntax_id. Solution: Do not reset prev_syntax_id and add a test to verify. (Christian Brabandt, closes #1092)
diff --git a/src/version.c b/src/version.c index 81de3d0..6fdf9f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 49, +/**/ 48, /**/ 47,