comparison runtime/plugin/README.txt @ 1121:e63691e7c504

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:54:07 +0000
parents c8680debe1cc
children ee45d3b0579b
comparison
equal deleted inserted replaced
1120:e6db096b07a1 1121:e63691e7c504
1 The plugin directory is for standard Vim plugin scripts. 1 The plugin directory is for standard Vim plugin scripts.
2 2
3 All files here ending in .vim will be sourced by Vim when it starts up. 3 All files here ending in .vim will be sourced by Vim when it starts up.
4 Look in the file for hints on how it can be disabled without deleting it.
4 5
5 Standard plugins: 6 getscriptPlugin.vim get latest version of Vim scripts
6 gzip.vim edit compressed files 7 gzip.vim edit compressed files
7 netrw.vim edit files over a network and browse (remote) directories 8 matchparen.vim highlight paren matching the one under the cursor
8 rrhelper.vim used for --remote-wait editing 9 netrwPlugin.vim edit files over a network and browse (remote) directories
9 tar.vim edit (compressed) tar files 10 rrhelper.vim used for --remote-wait editing
10 tohtml.vim convert a file with syntax highlighting to HTML 11 spellfile.vim download a spellfile when it's missing
11 vimball.vim create and unpack .vba files 12 tarPlugin.vim edit (compressed) tar files
13 tohtml.vim convert a file with syntax highlighting to HTML
14 vimballPlugin.vim create and unpack .vba files
15 zipPlugin.vim edit zip archives
12 16
13 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has 17 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
14 taken over browsing directories (also over ftp). 18 taken over browsing directories (also for remote directories).
15 19