linuxOS_AP05/debian/test/usr/share/vim/vim81/autoload
2025-09-26 09:40:02 +08:00
..
dist add debian 2025-09-26 09:40:02 +08:00
xml add debian 2025-09-26 09:40:02 +08:00
ada.vim add debian 2025-09-26 09:40:02 +08:00
adacomplete.vim add debian 2025-09-26 09:40:02 +08:00
ccomplete.vim add debian 2025-09-26 09:40:02 +08:00
clojurecomplete.vim add debian 2025-09-26 09:40:02 +08:00
context.vim add debian 2025-09-26 09:40:02 +08:00
contextcomplete.vim add debian 2025-09-26 09:40:02 +08:00
csscomplete.vim add debian 2025-09-26 09:40:02 +08:00
decada.vim add debian 2025-09-26 09:40:02 +08:00
getscript.vim add debian 2025-09-26 09:40:02 +08:00
gnat.vim add debian 2025-09-26 09:40:02 +08:00
gzip.vim add debian 2025-09-26 09:40:02 +08:00
haskellcomplete.vim add debian 2025-09-26 09:40:02 +08:00
htmlcomplete.vim add debian 2025-09-26 09:40:02 +08:00
javascriptcomplete.vim add debian 2025-09-26 09:40:02 +08:00
netrw_gitignore.vim add debian 2025-09-26 09:40:02 +08:00
netrw.vim add debian 2025-09-26 09:40:02 +08:00
netrwFileHandlers.vim add debian 2025-09-26 09:40:02 +08:00
netrwSettings.vim add debian 2025-09-26 09:40:02 +08:00
paste.vim add debian 2025-09-26 09:40:02 +08:00
phpcomplete.vim add debian 2025-09-26 09:40:02 +08:00
python3complete.vim add debian 2025-09-26 09:40:02 +08:00
pythoncomplete.vim add debian 2025-09-26 09:40:02 +08:00
README.txt add debian 2025-09-26 09:40:02 +08:00
RstFold.vim add debian 2025-09-26 09:40:02 +08:00
rubycomplete.vim add debian 2025-09-26 09:40:02 +08:00
rust.vim add debian 2025-09-26 09:40:02 +08:00
rustfmt.vim add debian 2025-09-26 09:40:02 +08:00
spellfile.vim add debian 2025-09-26 09:40:02 +08:00
sqlcomplete.vim add debian 2025-09-26 09:40:02 +08:00
syntaxcomplete.vim add debian 2025-09-26 09:40:02 +08:00
tar.vim add debian 2025-09-26 09:40:02 +08:00
tohtml.vim add debian 2025-09-26 09:40:02 +08:00
vimball.vim add debian 2025-09-26 09:40:02 +08:00
xmlcomplete.vim add debian 2025-09-26 09:40:02 +08:00
xmlformat.vim add debian 2025-09-26 09:40:02 +08:00
zip.vim add debian 2025-09-26 09:40:02 +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)