> Even though it works great. But it is slower than the other IDE.

In the past vimgrep's relative slowness was caused by certain events.
I'm not sure if this is still true, but you could try to wrap the
vimgrep command like that

    let ei = &ei
    set ei=all
    try
        vimgrep ...
    finally
        let &ei = ei
    endtry

HTH
-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to