0
0
mirror of https://github.com/vim/vim.git synced 2025-10-29 09:37:35 -04:00

Two fixes for :find completion and more testing. (Nazri Ramliy)

This commit is contained in:
Bram Moolenaar
2010-08-15 13:29:11 +02:00
parent 10d4664330
commit d732f9aee0
3 changed files with 22 additions and 3 deletions

View File

@@ -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")

View File

@@ -16,3 +16,4 @@ Voyager 1
Voyager 1
Voyager 2
Jimmy Hoffa
E.T.