2009/10/26 Steven Woody <narkewo...@gmail.com>:
>
> HI,
>
> If I want to do :vimgrep on *.c and *.python but not any other file
> types, what do I do?  The problem here is I cannot use something like
> *.[ch] because of the not same length of the extensions.

Just split the file pattern into several parts as you wish :
:vimgrep   /balabal/   *.c   *.python

It should work.

>
> --
> Life is the only flaw in an otherwise perfect nonexistence
>    -- Schopenhauer
>
> narke
> public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.com)
>
> >
>

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

Reply via email to