diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-28 22:10:27 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-28 22:10:27 +0200 |
| commit | 35a1f59d635d9a655e1267c18f7cc757afd0d5b0 (patch) | |
| tree | 66f6f091c7a92cea82ab17299dd99f35a1769e0a /src/version.c | |
| parent | 14207f487c9e79a913256a41e3e9716b03b46955 (diff) | |
| download | vim-git-35a1f59d635d9a655e1267c18f7cc757afd0d5b0.tar.gz | |
patch 8.0.0052v8.0.0052
Problem: Conceal test passes even without the bug fix.
Solution: Add a redraw command. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a6f915a8a..5e337d6a1 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 52, +/**/ 51, /**/ 50, |
