Will Rogers wrote:
> This is an important patch. I have been very frustrated in my
> work the past couple weeks because opening any file on the
> network in Vim took forever. I just applied John Beckett's
> version of the patch to the 7.3.019 sources from Mercurial,
> and it fixed the problem. Thank you for posting the patch, and
> please consider applying it to the official Vim source.
I don't work in such a way that I encounter the problem, but I
tried fiddling around with a quick test and could not reproduce
it.
Can you spell out a situation which reliably shows the problem?
Do you know the exact conditions of starting Vim which
demonstrate the issue?
Using "open" from Windows Explorer in a network share?
At command prompt, one or both of these?:
gvim x:\file.txt
gvim \\server\share\file.txt
where x: is a mapped network drive?
Or is it within Vim when you do something like:
:e x:\file.txt
Exactly what happens (always get delay of roughly how long?
only sometimes?).
John
--
You received this message from the "vim_dev" 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