Sunday, July 25, 2010

Re: problem about a big delay when opens and edits a file

On 07/24/10 23:33, Xavier Heruacles wrote:
> I use gvim on windows xp installed with the installer downloaded from here(
> ftp://ftp.vim.org/pub/vim/pc/gvim72.exe)...I just don't recognize the
> time when it's coming to a big delay when I open or edit a file. It's like
> 2 or 3 seconds.
> How to explain that?
>

Is this something that just started happening, or has it happened
since the start? My first thought is that you have something
huge in a register that's been preserved in your viminfo file.
If you don't care about your history/registers between sessions,
you can just delete your viminfo file.

It's also possible you have some odd configuration option such as
creating swap files (or other files) on a network drive that
needs to reconnect on startup; or plugin that triggers the slow
startup. You might try starting vim with

vim -u NONE

to see if it behaves.

-tim

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