diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-15 13:29:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-15 13:29:11 +0200 |
commit | d732f9aee0926487514f30d299d91a43afd3b458 (patch) | |
tree | 8086719df0f9a592656372f2488d9c4f1d345b02 /src/testdir/test73.in | |
parent | 10d4664330b9379d5a54aa60c80c8069f73d822c (diff) | |
download | vim-git-d732f9aee0926487514f30d299d91a43afd3b458.tar.gz |
Two fixes for :find completion and more testing. (Nazri Ramliy)
Diffstat (limited to 'src/testdir/test73.in')
-rw-r--r-- | src/testdir/test73.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/test73.in b/src/testdir/test73.in index 3518e8087..5472247e7 100644 --- a/src/testdir/test73.in +++ b/src/testdir/test73.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") |