Greg Klein wrote: > The output of my :grep command goes to a "quickfix list". The output of > each :grep will be saved in its own quickfix list. I can view and step > through the latest such list with :copen which will create a "quickfix > window" (aka "error window") to contain the list. Or I can view a > previous quickfix list in the quickfix window with :colder. But I'd like > to view more than one list at a time. That is, I'd like to display more > than one quickfix window. Possible?
Sort of. Check out location lists. :help location-list You basically change 'c' into 'l' or add an 'l' prefix and you get a window-local quickfix list. So you can have as many location lists as you have windows, plus you can have the quickfix list, all at once. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
