commit | af6c12c27bcb553b2fb2c8a9dcfde626fb3670fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:40:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:40:10 2016 +0200 |
tree | f40059b8a658fa56ffb700e12f7a0d938d301738 | |
parent | 180fc2d41812c49b60224a1ca89945a002a090f5 [diff] [blame] |
patch 7.4.1852 Problem: Unix: Cannot run all tests with the GUI. Solution: Add the "testgui" target.
diff --git a/src/version.c b/src/version.c index 73e08fa..b50b19e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1852, +/**/ 1851, /**/ 1850,