summaryrefslogtreecommitdiffstats
path: root/runtime/autoload/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-10 20:59:28 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-10 20:59:28 +0000
commitd5cdbeb8dd859510c4674b17b67d613eff40a984 (patch)
tree7efb2d890b1eb727c0e15a2ade2613b606ad6c9b /runtime/autoload/README.txt
parent196dfbcca1af4cf07f600e0186757d9adf097e7f (diff)
updated for version 7.0155
Diffstat (limited to 'runtime/autoload/README.txt')
-rw-r--r--runtime/autoload/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/autoload/README.txt b/runtime/autoload/README.txt
index 0c7fcfe38a..2038fa224e 100644
--- a/runtime/autoload/README.txt
+++ b/runtime/autoload/README.txt
@@ -4,6 +4,12 @@ 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
+netrw.vim browsing (remote) directories and editing remote files
+tar.vim browsing tar files
+zip.vim browsing zip files
Occult completion files:
-ccomplete.vim C
+ccomplete.vim C
+csscomplete.vim HTML / CSS
+htmlcomplete.vim HTML
+