Sunday, January 6, 2013

Re: StartUp of Gvim is too slow

Excerpts from niva's message of Sun Jan 06 18:19:58 +0100 2013:
> I think it automd that make startup of X Gvim session to slow but how can I know that ?


a) try clean
gvim -u NONE -U NONE -N "$@"

fast? => its your .vimrc or viml code

slow? Its vim fault


b) run vim, then use :gui command to start gui.

:gui slow -> vim's fault
:gui fast -> its vim startup

Vim has builtin profiling - not sure whether its that helpful in your
case though.

Marc Weber

--
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

No comments: