﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1843	Cannot download vim spellfiles via HTTP	alexander@…	lfs-book@…	"To reproduce, add these lines to /etc/vimrc:

{{{
"" I am behind a firewall that doesn't permit ftp
let g:spellfile_url = 'http://ftp.vim.org/vim/runtime/spell'
set spelllang=en,ru
}}}

Then, in vim, type:
{{{
:set spell
}}}

It will ask about downloading a spellfile. If you answer ""yes"", it will invoke wget with bad options.

The curlpit is ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.010, I suggest reverting this patch. To address the password problem that the patch is trying to solve, change the default FTP URL in vim7.0/runtime/autoload/spellfile.vim to the above HTTP URL. Of course, this will introduce a dependency on wget, but we can document that or even add wget to LFS."	defect	closed	normal	6.2	Book	SVN	normal	fixed		
