On 05/11/08 19:42, 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?
See ":help quickfix-window". You cannot have more than one global quickfix window, but you can have one local list window for each edit window. Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 253. You wait for a slow loading web page before going to the toilet. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
