Vim 7.3.1302 fails about test89 on DOS/Windows.
I wrote an attached patch, please check it.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
# HG changeset patch
# Parent 2d628033fabc13d1a8938841b83d86b3638352f1
diff -r 2d628033fabc -r d17318354d49 src/testdir/test89.in
--- a/src/testdir/test89.in Thu Jul 04 21:06:50 2013 +0900
+++ b/src/testdir/test89.in Thu Jul 04 21:10:45 2013 +0900
@@ -55,11 +55,14 @@
:$put =''
:$put ='Testing findfile'
:$put =''
+:let save_ssl=&ssl
+:set ssl
:$put =findfile('test19.in','src/test*')
:exe "cd" cwd
:cd ..
:$put =findfile('test19.in','test*')
:$put =findfile('test19.in','testdir')
+:let &ssl=save_ssl
:exe "cd" cwd
:/^results/,$w! test.out
:q!