On Thu, Jul 13, 2006 at 09:26:16AM +0000, Yakov Lerner wrote:
> I realize that installing scripts from remote URLs
> always have security considerations associated with it.
>
> Still, my question is: Let's say that somebody I trust
> published useful script (plugin) at some URL, like http://xyz.
>
> Is there any command or script, supposedly bundled with vim (?)
> that would *in one invocation* download script S from this URL
> right into my ~/.vim/plugin ? Ideally:
> :InstallScript URL
>
> If not, then what's the closest existing thing to such :InstallScript
> functionality ?
>
> Thanks
> Yakov
Have a look at $VIMRUNTIME/autoload/spellfile.vim . Since this is
already in an autoload file, maybe it should be rewritten to make it
more generic.
HTH --Benji Fisher