From a3c084cbfa553e9d7b91004755a2cc0508cfb1a9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 4 Jul 2013 20:50:46 +0200 Subject: [PATCH] updated for version 7.3.1304 Problem: Test 89 still fails on MS-Windows. Solution: Set 'shellslash'. (Taro Muraoka) --- src/testdir/test89.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test89.in b/src/testdir/test89.in index fc3a9a29b5..2ad3f25587 100644 --- a/src/testdir/test89.in +++ b/src/testdir/test89.in @@ -55,6 +55,7 @@ STARTTEST :$put ='' :$put ='Testing findfile' :$put ='' +:set ssl :$put =findfile('test19.in','src/test*') :exe "cd" cwd :cd .. diff --git a/src/version.c b/src/version.c index 7b6b20d3db..494df1247e 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1304, /**/ 1303, /**/ -- 2.47.2