spellfile.vim 236 B

123456789
  1. " Vim plugin for downloading spell files
  2. if exists("loaded_spellfile_plugin") || &cp || exists("#SpellFileMissing")
  3. finish
  4. endif
  5. let loaded_spellfile_plugin = 1
  6. autocmd SpellFileMissing * call spellfile#LoadFile(expand('<amatch>'))