Hi, Currently the quickfix code uses pointer comparison to determine whether a stack is a quickfix stack or a location list stack. With the support for processing error lines using a temporary quickfix stack by the setqflist() function, this is no longer a correct comparison. The attached patch adds explicit type variable to the quickfix stack and list structures and uses it for these comparisons.
This also helps in changing some of the functions to take the quickfix list instead of the quickfix stack and an index. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
qfltype.diff
Description: Binary data
