commit | 429ab1761ea9123777c9540ddb35ffa497a7e349 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 15:54:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 15:54:45 2019 +0100 |
tree | 8268596b47feefa6f52135396c97973c220b26fd | |
parent | 5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c [diff] [blame] |
patch 8.1.0721: conceal mode is not sufficiently tested Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.
diff --git a/src/version.c b/src/version.c index 60dadf1..4b216f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 721, +/**/ 720, /**/ 719,