commit | f60b796fa9870bdfc4cdeb91653bac041916077d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:47:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:47:23 2016 +0100 |
tree | d44c612998b14cadd0702018a01cdb9afdc65b77 | |
parent | 8c600052fabe4859470d9d0ba2ddd74a52ea9745 [diff] [blame] |
patch 7.4.1111 Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
diff --git a/src/version.c b/src/version.c index a5831bf..ac54f84 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1111, +/**/ 1110, /**/ 1109,