commit | 35a1f59d635d9a655e1267c18f7cc757afd0d5b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 28 22:10:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 28 22:10:27 2016 +0200 |
tree | 66f6f091c7a92cea82ab17299dd99f35a1769e0a | |
parent | 14207f487c9e79a913256a41e3e9716b03b46955 [diff] [blame] |
patch 8.0.0052 Problem: Conceal test passes even without the bug fix. Solution: Add a redraw command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a6f915a..5e337d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 52, +/**/ 51, /**/ 50,