On 06/11/08 13:51, yosi izaq 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.
The main Vim commands which generate quickfix lists are :make, :grep, :vimgrep and :helpgrep. The latter two are internal to Vim, the former two use external programs, though setting 'grepprg' to "internal" will use :vimgrep for :grep. I believe each of these commands has a corresponding location-list commands. Look them all up. Best regards, Tony. -- Real Users are afraid they'll break the machine -- but they're never afraid to break your face. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
