comparison src/testdir/runtest.vim @ 7623:2720952e9acb v7.4.1111

commit https://github.com/vim/vim/commit/f60b796fa9870bdfc4cdeb91653bac041916077d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 22:47:23 2016 +0100 patch 7.4.1111 Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 23:00:04 +0100
parents 99e93f72ff91
children 81f94c1e2e4d
comparison
equal deleted inserted replaced
7622:41db06cb1d81 7623:2720952e9acb
40 " Avoid stopping at the "hit enter" prompt 40 " Avoid stopping at the "hit enter" prompt
41 set nomore 41 set nomore
42 42
43 " Output all messages in English. 43 " Output all messages in English.
44 lang mess C 44 lang mess C
45
46 " Always use forward slashes.
47 set shellslash
45 48
46 let s:srcdir = expand('%:p:h:h') 49 let s:srcdir = expand('%:p:h:h')
47 50
48 " Support function: get the alloc ID by name. 51 " Support function: get the alloc ID by name.
49 function GetAllocId(name) 52 function GetAllocId(name)