commit | 3f12a2421bda43a4e48c822541b75f72ee11125a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 20:56:57 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 20:56:57 2015 +0100 |
tree | a0c2d4f0413d59511d1f17b286ed378c4663a545 | |
parent | 9dc2ce398bb3456cc8f590ef0260459798b34d2a [diff] [blame] |
patch 7.4.962 Problem: Cannot run the tests with gvim. Cannot run individual new stests. Solution: Add the -f flag. Add new test targets in Makefile.
diff --git a/src/version.c b/src/version.c index 514f8be..af22fb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 962, +/**/ 961, /**/ 960,