commit | 877aa0081151a11c7a7f783038e949a8a4e0b2bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 21:49:51 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 21:49:51 2013 +0200 |
tree | 0e8c632d18daa56df5763391eaf724f772ffca7a | |
parent | c14621eafb1e14cd41a77c69893b417abcf60e1a [diff] [blame] |
updated for version 7.3.1250 Problem: Python tests fail on MS-Windows. Solution: Change backslashes to slashes. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 0d85120..365deed 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1250, +/**/ 1249, /**/ 1248,