1
0
forked from aniani/vim

updated for version 7.3.1304

Problem:    Test 89 still fails on MS-Windows.
Solution:   Set 'shellslash'. (Taro Muraoka)
This commit is contained in:
Bram Moolenaar
2013-07-04 20:50:46 +02:00
parent 3c1e9c2a1f
commit a3c084cbfa
2 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ STARTTEST
:$put ='' :$put =''
:$put ='Testing findfile' :$put ='Testing findfile'
:$put ='' :$put =''
:set ssl
:$put =findfile('test19.in','src/test*') :$put =findfile('test19.in','src/test*')
:exe "cd" cwd :exe "cd" cwd
:cd .. :cd ..

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1304,
/**/ /**/
1303, 1303,
/**/ /**/