Benjamin R. Haskell wrote:
Yes, roughly. I ran into that problem before with Dr. Chip's site,
but I figured it was just whatever browser I was using at the time.
Regardless, if you right-click,save-as the link instead of just
clicking it, things should work out fine.
Tech details... The HTTP headers indicate:
Content-Type: text/html
Content-Encoding: x-gzip
The first part is plain wrong (a .vba file isn't HTML; it's a
vimball). The latter is unhelpful (will likely cause the browser to
decompress the gzip'ed file before saving).
Dr. Chip, if you have access to put an .htaccess file in that
directory, you can correct the first problem with this line:
AddType text/x-vimball .vba
I've loaded that a file with that line onto
http://mysite.verizon.net/astronaut/vim .. does it work? A simple
left-click doesn't fix things for me (seamonkey); I need to
shift-left-click.
Regards,
Chip Campbell
--
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