wilson.m.liu wrote:
> When I set a path by ":set path=..." and use "sfind" to edit
> one file in the directory, wildcard in the file name seems
> not working. That is to say, when I type ":sf Sample.txt" for
> example, it opens the file successfully. However, when I type
> ":sf Sam*.*"(This pattern uniquely refers to one file), it
> amazingly shows an error displaying no match. I am puzzled
> whether we can use wildcard in sf path.

Yes you can use a wildcard in :find and :sfind, however, it
searches directories in the 'path' option, so the first step
would be (the second shows where set, if it has been):

  :set path?
  :verbose set path?

John


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to