On Nov 6, 6:51 am, "yosi izaq" <[EMAIL PROTECTED]> wrote:
> Thank you! This is very helpful.
>
> I've played some with the mechanics of quick-fix and location list
> using vimgrep (and lvimgrep). Very neat.
> I would like to know what other filters/commands may output to QQ/LL
> and the invoation syntax.
> Using the :! doesn't seem to output to QQ/LL.
>
>
>

I think, to have an external command do this, you'd want to mess with
the 'makeprg' or 'grepprg' options.

Alternatively, you can output whatever you want to a file and load
that file into a quickfix window with :cfile and :lfile
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to