Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.146
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
vim /
vim82 /
plugin /
[ HOME SHELL ]
Name
Size
Permission
Action
getscriptPlugin.vim
1.36
KB
-rw-r--r--
gzip.vim
2.97
KB
-rw-r--r--
logiPat.vim
10.03
KB
-rw-r--r--
manpager.vim
762
B
-rw-r--r--
matchparen.vim
7.07
KB
-rw-r--r--
netrwPlugin.vim
10.49
KB
-rw-r--r--
rrhelper.vim
1.38
KB
-rw-r--r--
spellfile.vim
499
B
-rw-r--r--
tarPlugin.vim
2.34
KB
-rw-r--r--
tohtml.vim
12.29
KB
-rw-r--r--
vimballPlugin.vim
2.83
KB
-rw-r--r--
zipPlugin.vim
2.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : spellfile.vim
" 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>'))
Close