commit | 7f68203168aeb22fcf8a5a9680503fe16759ebd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 12:13:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 12:13:05 2016 +0100 |
tree | 80593ea91eb9455a77c82d154b20da4327a2d4cf | |
parent | 2d6c8002729821acc54a4de41d5c5f3d50594973 [diff] [blame] |
patch 7.4.1047 Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive.
diff --git a/src/version.c b/src/version.c index 499387f..9f1ab1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1047, +/**/ 1046, /**/ 1045,