Hello everybody.
I have a question, which google can not help me to resolve.

The task is to fetch all files matching pattern (for instance, matching some
file extension)
and to place all into the quickfix list (or location list, I don't mind).

The only way personally I know is to write something like this:
 *:vim /\%1l/j **/*.xml*

But I do really miss some clever advices, I guess.
I do believe there should be a much more elegant way to say - "I want to put
into the quickfix list files mathing some patterns, but i don't care about
what each file contains"

thanks anyone (or everyone ))) for any help.

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

Reply via email to