commit | 87e25fdf80c7b45deee9c59389b51503e906d93b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 21:13:01 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 21:13:01 2005 +0000 |
tree | e477f86746245499e324e1d1e9ccada6aed035e9 | |
parent | 231334e6efbf3a7f89183f8257e09492534a5f8c [diff] [blame] |
updated for version 7.0117
diff --git a/runtime/autoload/README.txt b/runtime/autoload/README.txt new file mode 100644 index 0000000..0381995 --- /dev/null +++ b/runtime/autoload/README.txt
@@ -0,0 +1,6 @@ +The autoload directory is for standard Vim autoload scripts. + +These are functions used by plugins and for general use. They will be loaded +automatically when the function is invoked. See ":help autoload". + +gzip.vim for editing compressed files