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 |