commit | 518c9b133baed4b1a555d7be0ece1b48bb234b1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 11:48:39 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 11:48:39 2017 +0100 |
tree | 59114ff5fcb912c61270103c989717ef91f36836 | |
parent | f5610da7a8a5908e747d1ae39dbed1408bbd2644 [diff] [blame] |
patch 8.0.0496: insufficient testing for folding Problem: Insufficient testing for folding. Solution: Add a couple more fold tests. (Dominique Pelle, closes #1579)
diff --git a/src/version.c b/src/version.c index b028deb..3cbbe2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 496, +/**/ 495, /**/ 494,