commit | 0ddd1b5e3568f3402d5e58ee054c9c412eab0b94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 17:34:34 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 17:34:34 2014 +0200 |
tree | 745bc0a8b860f3811e70d217a2a42f0b752516dd | |
parent | 5307de0746359098d63053b5fb58dbfb924ce0fd [diff] [blame] |
updated for version 7.4.406 Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 28a3fdb..7e5b3cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 406, +/**/ 405, /**/ 404,