I think it automd that make startup of X Gvim session to slow but how can I know that ?
by profiling ?
Thanks for your advises
a) try clean
gvim -u NONE -U NONE -N "$@"
> by profiling ?
See
:help slow-start
:help --startuptime
Also, which version and OS, and configuration? There are some gotchas we could advise you on (such as the -X mentioned in slow-start).
Regards, John Little
Alternatively, you could use the tplugin script (http://www.vim.org/scripts/script.php?script_id=2917), which will define proxy commands & catch calls to undefined functions (similar to the AsNeeded plugin) in order to enable plugins only when they are needed. You have to run the :TPluginScan command first in order to enable tplugin. You can still use VAM or a similar plugin manager to download & update your plugins.