Does the vim7 automatic downloading of a new spellcheck dictionary
work as advertised in :help spellfile.vim? The command in help is:

  autocmd SpellFileMissing * call
Download_spell_file(expand('<amatch>'))

but in spellfile.vim is:

  autocmd SpellFileMissing * call spellfile#LoadFile(expand('<amatch>'))

I was just getting ready to write this feature until I saw it in the
help, but I can't get either to work. (And don't even grep the first
in any runtime file.)



-- 
Steve Hall  [ digitect mindspring com ]


Reply via email to