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/testdir/runtest.vim b/src/testdir/runtest.vim index fd64c98..2a9231a 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -43,6 +43,9 @@ " Output all messages in English. lang mess C +" Always use forward slashes. +set shellslash + let s:srcdir = expand('%:p:h:h') " Support function: get the alloc ID by name.