> How to load all files inside a quickfix list into buffers instead of > opening them one by one?
You might want to check with :ls! first if the buffers hadn't already been loaded. If so, the problem is rather to display them in a way you like. Basically, you can access the entries in the quickfix list by iterating over the value of getqflist(). Regards, Thomas. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
