commit | d798af8c77cf47dba74b6b69ae4eba904023981c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 14:32:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 14:32:41 2016 +0100 |
tree | 761faa8b47199dbbb1514a39fbdf05afc9fa7bc6 | |
parent | d2e03f02c4a69d13bd90b5d084990bca95d0b0af [diff] [blame] |
patch 7.4.1039 Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index dc52ed1..4e56f30 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1039, +/**/ 1038, /**/ 1037,