On 2009-06-18, mahesh Shivananda wrote:
> Hi Everyone,
>
> I have a problem with the :tabfind and other find commands.
>
> Basically these are the steps I follow
>
> 1) I open c:\instlog.txt in a vim session
> 2) Create a test file say d:\vimtest\sample.txt
> 3) Set the path by executing => :set path=.,D:/vimtest,,
> 4) Now I type the foll => :tabfind *sam* and press tab but the file
> name sample.txt does not get autocompleted
>
> I have checked the path after setting (:set path?) and the path seems
> to have been properly updated.
The find commands do not expand file names found in 'path'. At
least they didn't in Vim 7.2.148 which contains this note in
todo.txt:
Patch for completion of ":find" arguments. (Nazri Ramliy, 2009
Feb 22, 26)
8 For ":find" and ":sfind" expand files found in 'path'.
Needs more work.
Regards,
Gary
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---