Bram Moolenaar | 87e25fd | 2005-07-27 21:13:01 +0000 | [diff] [blame] | 1 | The autoload directory is for standard Vim autoload scripts. |
| 2 | |
| 3 | These are functions used by plugins and for general use. They will be loaded |
| 4 | automatically when the function is invoked. See ":help autoload". |
| 5 | |
| 6 | gzip.vim for editing compressed files |
Bram Moolenaar | d5cdbeb | 2005-10-10 20:59:28 +0000 | [diff] [blame^] | 7 | netrw.vim browsing (remote) directories and editing remote files |
| 8 | tar.vim browsing tar files |
| 9 | zip.vim browsing zip files |
Bram Moolenaar | 7ca3043 | 2005-09-09 19:44:31 +0000 | [diff] [blame] | 10 | |
| 11 | Occult completion files: |
Bram Moolenaar | d5cdbeb | 2005-10-10 20:59:28 +0000 | [diff] [blame^] | 12 | ccomplete.vim C |
| 13 | csscomplete.vim HTML / CSS |
| 14 | htmlcomplete.vim HTML |
| 15 | |