Lines Matching refs:find

1 " Tests for the 'find' command completion.
18 call assert_fails('call feedkeys(":find \t\n", "xt")', 'E471:')
23 call assert_fails('call feedkeys(":find \t\n", "xt")', 'E471:')
28 call assert_fails('call feedkeys(":find \t\n", "xt")', 'E471:')
33 call assert_fails('call feedkeys(":find \t\n", "xt")', 'E471:')
36 " We shouldn't find any file till this point
47 call feedkeys(":find file\t\n", "xt")
49 call feedkeys(":find file\t\t\n", "xt")
51 call feedkeys(":find file\t\t\t\n", "xt")
54 " Rerun the previous three find completions, using fullpath in 'path'
57 call feedkeys(":find file\t\n", "xt")
59 call feedkeys(":find file\t\t\n", "xt")
61 call feedkeys(":find file\t\t\t\n", "xt")
68 call feedkeys(":find file\t\n", "xt")
70 call feedkeys(":find file\t\t\n", "xt")
72 call feedkeys(":find file\t\t\t\n", "xt")
74 call feedkeys(":find file\t\t\n", "xt")
76 " Test find completion for directory of current buffer, which at this point
79 call feedkeys(":find st\t\n", "xt")
82 " Test find completion for empty path item ",," which is the current
86 call feedkeys(":find f\t\n", "xt")
89 " Test that find completion on directory appends a slash
90 call feedkeys(":find in/pa\tfile.txt\n", "xt")
92 call feedkeys(":find ./i\tstuff.txt\n", "xt")
111 call feedkeys(":find voyager\t\n", "xt")
113 call feedkeys(":find voyager\t\t\n", "xt")
123 call feedkeys(":find voyager\t\n", "xt")
125 call feedkeys(":find voyager\t\t\n", "xt")
130 call feedkeys(":find voyager\t\n", "xt")
132 call feedkeys(":find voyager\t\t\n", "xt")
137 call feedkeys(":find file\t\n", "xt")
146 call feedkeys(":find file\t\n", "xt")
156 call feedkeys(":find stu\t\n", "xt")