commit | 72fe56f298009957c9360016f5234686eb83e0c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:00:35 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 21:00:35 2013 +0200 |
tree | cf7a808ebd01ffa27bba6b463eda31b5d125c0ff | |
parent | bd65c4647874e32c91a0d32c828fe6de445e5502 [diff] [blame] |
updated for version 7.3.1283 Problem: Test 71 fails on MS-Windows. Solution: Put the binary data in a separate file. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 9647ed3..4b0e340 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,