blob: 822dde3f5a1e73e140d7790f60eedfada93e6704 [file] [log] [blame]
Bram Moolenaar80a7dcf2010-08-04 17:07:20 +02001Tests for find completion.
2
3STARTTEST
4:!mkdir -p Xfind/in/path
5:e Xfind/file.txt
6aHoly Grail:w
7:e Xfind/in/file.txt
8aJimmy Hoffa:w
9:e Xfind/in/path/file.txt
10aE.T.:w
11:set path=Xfind/**
12:set nocp
13:find file
14:w! test.out
15:find file
16:w >>test.out
17:find file
18:w >>test.out
19:qa!
20ENDTEST
21