John Beckett wrote:
> Strange how the world turns ... I found myself wanting this functionality a 
> few
> hours ago, that is, quickly list all files matching a filespec, on a Windows 
> system.
>   
[snip]

As a similar item, there's also the :Explore **/filespec  command 
available with netrw.  Here's some of the help for it and
some similar commands:

    */filepat   files in current directory which satisfy filepat
    **/filepat  files in current directory or below which satisfy the 
file pattern
    *//pattern  files in the current directory which contain the pattern 
(vimgrep is used)
    **//pattern files in the current directory or below which contain 
the pattern (vimgrep is used)

Regards,
Chip Campbell



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

Reply via email to