blob: 822dde3f5a1e73e140d7790f60eedfada93e6704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Tests for find completion.
STARTTEST
:!mkdir -p Xfind/in/path
:e Xfind/file.txt
aHoly Grail:w
:e Xfind/in/file.txt
aJimmy Hoffa:w
:e Xfind/in/path/file.txt
aE.T.:w
:set path=Xfind/**
:set nocp
:find file
:w! test.out
:find file
:w >>test.out
:find file
:w >>test.out
:qa!
ENDTEST
|