commit | ee0ee2a04638c6b511c909197ba597d329c6f3e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 21:19:07 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 21:19:07 2013 +0200 |
tree | a953c0778106fa6a4434122f212f0d7a4cdbcd1b | |
parent | 3437b911029ac92ae066fa861d886155a4b97064 [diff] [blame] |
updated for version 7.3.1301 Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
diff --git a/src/version.c b/src/version.c index 10da53d..1e9ab93 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1301, +/**/ 1300, /**/ 1299,