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 | 7ca3043 | 2005-09-09 19:44:31 +0000 | [diff] [blame^] | 7 | |
8 | Occult completion files: | ||||
9 | ccomplete.vim C |