When using auto completion on php or C with user's autocmd, it's affected from user's autocmd. For example, If user want to show up quickfix, below's autocmd is useful.
autocmd QuickfixCmdPost grep,grepadd,vimgrep if len(getqflist()) != 0 | copen | endif phpcomplete, ccomplete call vimgrep to find somewhat to complete. So quickfix show up with finish of vimgrep. Below is a patch. Please check. https://gist.github.com/2957603 -- 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
