commit | 13489b9c41922b9ecb16fa47564ec76641515c08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 30 22:20:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 30 22:20:29 2017 +0200 |
tree | 1e0b3c86fa3ce9f02b8f3cf183c4c1db3c87800b | |
parent | ef8eb0897819099fb00d675afb9bffe1d008c45e [diff] [blame] |
patch 8.0.0529: line in test commented out Problem: Line in test commented out. Solution: Uncomment the lines for character classes that were failing before 8.0.0519. (Dominique Pelle, closes #1599)
diff --git a/src/version.c b/src/version.c index fe972df..82510cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 529, +/**/ 528, /**/ 527,