android_mt6572_jiabo/external/vim/runtime/autoload
2025-09-05 16:56:03 +08:00
..
dist first commit 2025-09-05 16:56:03 +08:00
xml first commit 2025-09-05 16:56:03 +08:00
ada.vim first commit 2025-09-05 16:56:03 +08:00
adacomplete.vim first commit 2025-09-05 16:56:03 +08:00
ccomplete.vim first commit 2025-09-05 16:56:03 +08:00
clojurecomplete.vim first commit 2025-09-05 16:56:03 +08:00
context.vim first commit 2025-09-05 16:56:03 +08:00
contextcomplete.vim first commit 2025-09-05 16:56:03 +08:00
csscomplete.vim first commit 2025-09-05 16:56:03 +08:00
decada.vim first commit 2025-09-05 16:56:03 +08:00
getscript.vim first commit 2025-09-05 16:56:03 +08:00
gnat.vim first commit 2025-09-05 16:56:03 +08:00
gzip.vim first commit 2025-09-05 16:56:03 +08:00
haskellcomplete.vim first commit 2025-09-05 16:56:03 +08:00
htmlcomplete.vim first commit 2025-09-05 16:56:03 +08:00
javascriptcomplete.vim first commit 2025-09-05 16:56:03 +08:00
netrw.vim first commit 2025-09-05 16:56:03 +08:00
netrw_gitignore.vim first commit 2025-09-05 16:56:03 +08:00
netrwFileHandlers.vim first commit 2025-09-05 16:56:03 +08:00
netrwSettings.vim first commit 2025-09-05 16:56:03 +08:00
paste.vim first commit 2025-09-05 16:56:03 +08:00
phpcomplete.vim first commit 2025-09-05 16:56:03 +08:00
python3complete.vim first commit 2025-09-05 16:56:03 +08:00
pythoncomplete.vim first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
RstFold.vim first commit 2025-09-05 16:56:03 +08:00
rubycomplete.vim first commit 2025-09-05 16:56:03 +08:00
rust.vim first commit 2025-09-05 16:56:03 +08:00
rustfmt.vim first commit 2025-09-05 16:56:03 +08:00
spacehi.vim first commit 2025-09-05 16:56:03 +08:00
spellfile.vim first commit 2025-09-05 16:56:03 +08:00
sqlcomplete.vim first commit 2025-09-05 16:56:03 +08:00
syntaxcomplete.vim first commit 2025-09-05 16:56:03 +08:00
tar.vim first commit 2025-09-05 16:56:03 +08:00
tohtml.vim first commit 2025-09-05 16:56:03 +08:00
vimball.vim first commit 2025-09-05 16:56:03 +08:00
xmlcomplete.vim first commit 2025-09-05 16:56:03 +08:00
xmlformat.vim first commit 2025-09-05 16:56:03 +08:00
zip.vim first commit 2025-09-05 16:56:03 +08:00

The autoload directory is for standard Vim autoload scripts.

These are functions used by plugins and for general use.  They will be loaded
automatically when the function is invoked.  See ":help autoload".

gzip.vim	for editing compressed files
netrw*.vim	browsing (remote) directories and editing remote files
tar.vim		browsing tar files
zip.vim		browsing zip files
paste.vim	common code for mswin.vim, menu.vim and macmap.vim
spellfile.vim	downloading of a missing spell file

Omni completion files:
ccomplete.vim		C
csscomplete.vim		HTML / CSS
htmlcomplete.vim	HTML
javascriptcomplete.vim  Javascript
phpcomplete.vim		PHP
pythoncomplete.vim	Python
rubycomplete.vim	Ruby
syntaxcomplete.vim	from syntax highlighting
xmlcomplete.vim		XML (uses files in the xml directory)