1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-22 09:45:11 +01:00
vim/runtime/autoload/README.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
773 B
Text
Raw Permalink Normal View History

2005-07-27 21:13:01 +00: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
2006-03-09 22:27:48 +00:00
netrw*.vim browsing (remote) directories and editing remote files
2005-10-10 20:59:28 +00:00
tar.vim browsing tar files
zip.vim browsing zip files
2006-03-09 22:27:48 +00:00
paste.vim common code for mswin.vim, menu.vim and macmap.vim
spellfile.vim downloading of a missing spell file
2005-09-09 19:44:31 +00:00
2006-03-09 22:27:48 +00:00
Omni completion files:
2005-10-10 20:59:28 +00:00
ccomplete.vim C
csscomplete.vim HTML / CSS
htmlcomplete.vim HTML
2006-03-09 22:27:48 +00:00
javascriptcomplete.vim Javascript
phpcomplete.vim PHP
2006-04-12 21:52:12 +00:00
pythoncomplete.vim Python
2006-04-15 20:16:09 +00:00
rubycomplete.vim Ruby
2006-03-09 22:27:48 +00:00
syntaxcomplete.vim from syntax highlighting
xmlcomplete.vim XML (uses files in the xml directory)