Lines Matching refs:path
17 set path=
22 set path=.
27 set path=.,,
32 set path=./**
38 call mkdir('in/path', 'p')
43 call writefile(['E.T.'], 'Xfind/in/path/file.txt')
46 set path=Xfind/**
54 " Rerun the previous three find completions, using fullpath in 'path'
55 exec "set path=" . cwd . "/Xfind/**"
67 set path+=Xfind/**
78 set path=.
82 " Test find completion for empty path item ",," which is the current
85 set path=,,
110 exec "set path=" . cwd . "/Xfind/**"
140 " Test for relative to current buffer 'path' item
142 set path=./path
145 " Find the file containing 'E.T.' in the Xfind/in/path directory
149 " Test that completion works when path=.,,
150 set path=.,,
155 " Search for the file containing Holy Grail in same directory as in/path.txt
162 set path&