On Mon 29-Jan-07 8:13pm -0600, Bram Moolenaar wrote: > Bill McCarthy wrote:
>> I don't know why, but the spell directory is missing for >> dos/. > Because the files in the spell directory are exactly the > same for Unix and DOS. They are quite big too, thus > saving the space is worth the effort. Thanks for the explanation. Comparing the ftp site's spell directory to the one in my $VIMRUNTIME\spell, I see only these files in common: README.txt README_en.txt en.ascii.spl en.ascii.sug en.latin1.spl en.latin1.sug en.utf-8.spl en.utf-8.sug These files are in $VIMRUNTIME\spell but missing from the ftp site: cleanadd.vim fixdup he.vim main.aap yi.vim The files in the ftp site that are missing from $VIMRUNTIME\spell appear to be only foreign language files. For Windows, running 4nt as the shell, the following would update the $VIMRUNTIME\spell directory: set ftp_sp=ftp://ftp.vim.org/pub/vim/runtime/spell copy /u %ftp_sp/README.txt;README_en.txt;en* vrt:spell unset fpt_sp where vrt: is a directory alias for $VIMRUNTIME. -- Best regards, Bill