Patch 7.0.221
commit1b3eda0f5db1bc7df19f47b375fd5af89c804081
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 27 Mar 2007 08:41:04 +0000 (27 08:41 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 27 Mar 2007 08:41:04 +0000 (27 08:41 +0000)
treee4865ee1ff78c4287c4c40cd9675cc4447d58c9e
parentad5d8b7b57dcb9d604d9b87a21124bebf3880c47
Patch 7.0.221
Problem:    finddir() uses 'path' by default, where "." means relative to the
        current file.  But it works relative to the current directory.
        (Tye Zdrojewski)
Solution:   Add the current buffer name to find_file_in_path_option() for the
        relative file name.
Files:      runtime/doc/eval.txt, src/eval.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@239 2a77ed30-b011-0410-a7ad-c7884a0aa172
runtime/doc/eval.txt
src/eval.c
src/version.c