diff src/testdir/test73.in @ 2549:c210e31a2ec5 vim73

More fixes for :find completion. (mostly by Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 13:36:15 +0200
parents 7a547db7070d
children 3908363237a9
line wrap: on
line diff
--- a/src/testdir/test73.in
+++ b/src/testdir/test73.in
@@ -146,8 +146,12 @@ SVoyager 2:w
 :exec "w >> " . test_out
 :find voyager		
 :exec "w >> " . test_out
-:cd ..
+:" Check for correct handling of shorten_fname()'s behavior on windows
+:exec "cd " . cwd . "/Xfind/in"
+:find file	
+:exec "w >>" . test_out
 :q
+:exec "cd " . cwd
 :call DeleteDirectory("Xfind")
 :qa!
 ENDTEST