diff src/testdir/test73.in @ 2568:1ead15c2ffd0 vim73

Two fixes for :find completion and more testing. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Sun, 15 Aug 2010 13:29:11 +0200
parents 3908363237a9
children 3887b02953ce
line wrap: on
line diff
--- a/src/testdir/test73.in
+++ b/src/testdir/test73.in
@@ -150,6 +150,14 @@ SVoyager 2:w
 :exec "cd " . cwd . "/Xfind/in"
 :find file	
 :exec "w >>" . test_out
+:" Test for relative to current buffer 'path' item
+:exec "cd " . cwd . "/Xfind/"
+:set path=./path
+:" Open the file where Jimmy Hoffa is found
+:e in/file.txt
+:" Find the file containing 'E.T.' in the Xfind/in/path directory
+:find file	
+:exec "w >>" . test_out
 :q
 :exec "cd " . cwd
 :call DeleteDirectory("Xfind")