diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-25 22:03:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-25 22:03:25 +0000 |
commit | 495de9c1ae4689130e7274c3b10c9228d4e2eebd (patch) | |
tree | d9fddb069b717ea00da7e259e486902d90db410f /runtime/plugin | |
parent | 6ebb114c0c83aca3312aa482e2a2cc33432d440f (diff) | |
download | vim-git-495de9c1ae4689130e7274c3b10c9228d4e2eebd.tar.gz |
updated for version 7.0044
Diffstat (limited to 'runtime/plugin')
-rw-r--r-- | runtime/plugin/README.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/plugin/README.txt b/runtime/plugin/README.txt index 489ebf613..5cc68fd4d 100644 --- a/runtime/plugin/README.txt +++ b/runtime/plugin/README.txt @@ -3,7 +3,12 @@ The plugin directory is for standard Vim plugin scripts. All files here ending in .vim will be sourced by Vim when it starts up. Standard plugins: -explorer.vim file browser gzip.vim edit compressed files -netrw.vim edit files over a network +netrw.vim edit files over a network and browse (remote) directories rrhelper.vim used for --remote-wait editing +tar.vim edit (compressed) tar files +tohtml.vim convert a file with syntax highlighting to HTML + +Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has +taken over browsing directories (also over ftp). + |