> Hi Bram Moolenaar, you wrote:
> 
> > I think the best method is to obtain all the files from subversion and
> > then get the latest runtime files with rsync.  Get spell files manually
> > (this can be done automatically if you use a language for the first
> > time).
> 
> I tried to use the command given on the vim.sf.net site to update Windows 
> runtime files:
> 
> rsync -avzcP --delete ftp.nluug.nl::Vim/runtime/dos/ .
> 
> It seems to work fine, but the result directory doesn't have spell directory 
> at all. Is it bug or feature?

Hmm, that --delete should probably not be there.  Without it we leave
renamed files behind, but that's less of a problem than deleting all the
spell files.

-- 
hundred-and-one symptoms of being an internet addict:
118. You are on a first-name basis with your ISP's staff.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to