More fixes for :find completion. (mostly by Nazri Ramliy)
diff --git a/src/testdir/test73.in b/src/testdir/test73.in
index 4186590..712e123 100644
--- a/src/testdir/test73.in
+++ b/src/testdir/test73.in
@@ -146,8 +146,12 @@
 :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