I'm not connected with vim.org, but I took a look at the page source and I think you can solve your problem. I suspect the big issue is the site search form which uses javascript from Google.

Often you can fix such problems by making the fetches fail fast, allowing the rest of the page to display normally. This can be done by adding entries to your 'hosts' file so that the inaccessible domains are mapped to your local machine.

Try adding the following:

127.0.0.1    www.google.com
127.0.0.1    pagead2.googlesyndication.com
127.0.0.1    apis.google.com

to your 'hosts' file. That would be /etc/hosts on most systems or likely C:\windows\system32\drivers\etc\hosts on Windows. See http://en.wikipedia.org/wiki/Hosts_%28file%29 for more details on this file.

Hope that helps!

 - George

if javascript from google is the problem, then use firefox with the No Script addon. Just tell it to allow only vim.org, don't allow any scripts from google

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

Reply via email to