Hi, The QuickFixCmdPost autocmd is not invoked for some quickfix commands that fail to add/modify the quickfix list.
For the cfile, cgetfile, caddfile, make, grep, grepadd, vimgrep, vimgrepadd and helpgrep commands, the QuickFixCmdPost autocmd is always invoked irrespective of whether command succeeded or not. For the cexpr, caddexpr, cgetexpr, cbuffer, caddbuffer and cgetbuffer commands, the QuickFixCmdPost autocmd is invoked only when the command succeeds. Otherwise the autocmd is not invoked. If this behavior is changed to always invoke the autocmd for the cexpr, caddexpr, cgetexpr, cbuffer, caddbuffer and cgetbuffer commands, does anyone see a problem? Thanks, 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.
