[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.128.226.114: ~ $
" Vim plugin for downloading spell files
" Maintainer:  Bram Moolenaar <Bram@vim.org>
" Last Change: 2006 Feb 01

" Exit quickly when:
" - this plugin was already loaded
" - when 'compatible' is set
" - some autocommands are already taking care of spell files
if exists("loaded_spellfile_plugin") || &cp || exists("#SpellFileMissing")
  finish
endif
let loaded_spellfile_plugin = 1

" The function is in the autoload directory.
autocmd SpellFileMissing * call spellfile#LoadFile(expand('<amatch>'))

Filemanager

Name Type Size Permission Actions
README.txt File 889 B 0644
getscriptPlugin.vim File 1.35 KB 0644
gzip.vim File 1.92 KB 0644
matchparen.vim File 6.23 KB 0644
netrwPlugin.vim File 8 KB 0644
rrhelper.vim File 1.38 KB 0644
spellfile.vim File 499 B 0644
tarPlugin.vim File 2.16 KB 0644
tohtml.vim File 9.46 KB 0644
vimballPlugin.vim File 2.7 KB 0644
zipPlugin.vim File 2.44 KB 0644