On 2008-12-01, Tony Mechelynck wrote: > > The quickfix list is always sorted in the order matches (or errors, for > a make) were found. But you can use ":w filename" (or maybe ":saveas > filename" which is subtly different) to save a copy and then use the > ":sort" command. I'm not sure whether the quickfix buffer can be > modified in situ.
And I see some difference between :sort and sort(), with :sort, you can sort buffer by pattern, which sort() doesn't support. I tried to make quickfix modifiable then sort it then make it unmodifiable, but it makes quickfix jumping to relevent line mess up. -- Regards, anhnmncb --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
