commit | 5df95ea9ef34b5a898141ddc7134e4a7de713ba5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 20 22:08:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 20 22:08:10 2017 +0100 |
tree | ae179b080590ce9b3dc9f758fa3c3f92cbd6c8b3 | |
parent | bb160a188abb3c40258d3e5726524ce203333e84 [diff] [blame] |
patch 8.0.1325: more tests are not run Problem: More tests are not run. Solution: Add targets to the list of tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 4f9fc87..c90db15 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1325, +/**/ 1324, /**/ 1323,