Problem: test_expand fails on MS-Windows.
Solution: Always use forward slashes. Remove references to test27.
test10.out \
test12.out \
test25.out \
- test27.out \
test49.out \
test97.out
# test11 "cat" doesn't work properly
# test12 can't unlink a swap file
# test25 uses symbolic link
-# test27 can't edit file with "*"
# test52 only for Win32
# test85 no Lua interface
# test86, 87 no Python interface
# test10 'errorformat' is different
# test12 can't unlink a swap file
# test25 uses symbolic link
-# test27 can't edit file with "*" in file name
# test49 fails in various ways
# test97 \{ and \$ are not escaped characters.
# test10 'errorformat' is different
# test12 can't unlink a swap file
# test25 uses symbolic link
-# test27 can't edit file with "*" in file name
# test54 doesn't work yet
# test97 \{ and \$ are not escaped characters
" 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.
next Xdir?/*/file
call assert_equal('Xdir3/Xdir4/file', expand('%'))
- next! Xdir?/*/nofile
- call assert_equal('Xdir?/*/nofile', expand('%'))
+ if has('unix')
+ next! Xdir?/*/nofile
+ call assert_equal('Xdir?/*/nofile', expand('%'))
+ endif
call delete('Xdir1', 'rf')
call delete('Xdir2', 'rf')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1111,
/**/
1110,
/**/