Hi Bram, > The problem I still have in the todo list is that a callback would be > invoked recursively. Do you still see that problem?
I wouldn't say it was called recursively. Just re-entered. Like when we re-enter a sigaction that hasn't finished when its signal is emitted multiple times and to rapidly . Anyway, I don't see any trouble now with the new version. It seems to work fine. Thank you. The only pending action, as far as I'm concerned, but may be it's already possible through other means: can we have a addqfline(line) VimL function that applies &efm to the line in order to extract all data relevant for the quickfix list/window and add that data to the quickfix list? We can try to decode a line according to &efm manually, but I'm quite sure Vim already knows how to do it, and it'll be more efficient and more correct than us. Thank you -- Luc Hermitte -- -- 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.
