On Mar 5, 9:57 am, "James Beck" <[email protected]> wrote:
> Hi,
>
> When I type :make! from Vim, it starts running quickly, and runs through  
> all the code quickly. But then it takes 5 seconds of just sitting there  
> before I get the "Press ENTER or type command to continue" message.
>
> The Makefile itself seems to operate correctly. If I run make straight  
>  from bash, it executes through the last line and finishes immediately. If  
> I drop to the shell (:sh) and then run make, it runs just fine as well.
>

I'm guessing wildly here, but the main difference between
running :make! in Vim and running make in the shell, is that Vim must,
after invoking make, parse the output for errors. It is quite possible
that the extra time taken is the time needed for Vim to parse the make
output into the quickfix list. I'm not sure how you would verify this.

-- 
You received this message from the "vim_use" 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

Reply via email to