blob: dcefbf033d55fe4bff3d7c86bbf9d7b9dd4d2899 [file] [log] [blame]
Bram Moolenaar87e25fd2005-07-27 21:13:01 +00001The 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
Bram Moolenaar0fd92892006-03-09 22:27:48 +00007netrw*.vim browsing (remote) directories and editing remote files
Bram Moolenaard5cdbeb2005-10-10 20:59:28 +00008tar.vim browsing tar files
9zip.vim browsing zip files
Bram Moolenaar0fd92892006-03-09 22:27:48 +000010paste.vim common code for mswin.vim, menu.vim and macmap.vim
11spellfile.vim downloading of a missing spell file
Bram Moolenaar7ca30432005-09-09 19:44:31 +000012
Bram Moolenaar0fd92892006-03-09 22:27:48 +000013Omni completion files:
Bram Moolenaard5cdbeb2005-10-10 20:59:28 +000014ccomplete.vim C
15csscomplete.vim HTML / CSS
16htmlcomplete.vim HTML
Bram Moolenaar0fd92892006-03-09 22:27:48 +000017javascriptcomplete.vim Javascript
18phpcomplete.vim PHP
19pycomplete.vim Python
20syntaxcomplete.vim from syntax highlighting
21xmlcomplete.vim XML (uses files in the xml directory)