1The autoload directory is for standard Vim autoload scripts.
2
3These are functions used by plugins and for general use.  They will be loaded
4automatically when the function is invoked.  See ":help autoload".
5
6gzip.vim	for editing compressed files
7netrw*.vim	browsing (remote) directories and editing remote files
8tar.vim		browsing tar files
9zip.vim		browsing zip files
10paste.vim	common code for mswin.vim, menu.vim and macmap.vim
11spellfile.vim	downloading of a missing spell file
12
13Omni completion files:
14ccomplete.vim		C
15csscomplete.vim		HTML / CSS
16htmlcomplete.vim	HTML
17javascriptcomplete.vim  Javascript
18phpcomplete.vim		PHP
19pythoncomplete.vim	Python
20rubycomplete.vim	Ruby
21syntaxcomplete.vim	from syntax highlighting
22xmlcomplete.vim		XML (uses files in the xml directory)
23