commit | 211dd3fd82216ca879fe7f917ea345b3ae366ce1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 20:07:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 20:07:04 2020 +0200 |
tree | 21bd8158c75ac29a1a58cb6ec024ed8ace365464 | |
parent | 73b4465ba7f170c5a1701ad908144970e758b1f5 [diff] [blame] |
patch 8.2.1056: wrong display when mixing match conceal and syntax conceal Problem: Wrong display when mixing match conceal and syntax conceal. Solution: Adjust how conceal flags are used. (closes #6327, closes #6303)
diff --git a/src/version.c b/src/version.c index 11ec763..90a523e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1056, +/**/ 1055, /**/ 1054,