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:
@@ -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")
|
||||
|
||||
@@ -16,3 +16,4 @@ Voyager 1
|
||||
Voyager 1
|
||||
Voyager 2
|
||||
Jimmy Hoffa
|
||||
E.T.
|
||||
|
||||
Reference in New Issue
Block a user