Re: [Vim-latex-devel] slow open in gvim

2013-02-27 Thread André Gaul
Am 27.02.2013 09:00, schrieb Gerd Wachsmuth: > and watch the debug file while loading your tex file. Hi Gerd, it seems to do some kind of package scanning which I disabled by setting let g:Tex_PackagesMenu = 0 in .vimrc. This reduces the startup time to 3.5s (from 7s) and I think I can live w

Re: [Vim-latex-devel] slow open in gvim

2013-02-27 Thread Gerd Wachsmuth
I cannot reproduce this behaviour. You might want to set let g:Tex_Debug = 1 let g:Tex_DebugLog = "vim-latex-suite.log" in .vim/ftplugin/tex.vim and watch the debug file while loading your tex file. Regards Gerd On 02/25/2013 10:34 AM, André Gaul wrote: > Am 22.02.2013 16:15, schrieb Mirko H

Re: [Vim-latex-devel] slow open in gvim

2013-02-25 Thread André Gaul
Am 22.02.2013 16:15, schrieb Mirko Hessel-von Molo: > Did you try to start gvim with -V[N] option (see man page) to see what it > is doing during the seven seconds? Hi Mirko, I tried -V but it does not seem to produce valuable information most of the time. However, I ran gvim --startuptime sta