annotate runtime/plugin/README.txt @ 2135:7aee5e68548a v7.2.417

updated for version 7.2.417 Problem: When 'shell' has an argument with a slash then 'shellpipe' is not set properly. (Britton Kerin) Solution: Assume there are no spaces in the path, arguments follow.
author Bram Moolenaar <bram@zimbu.org>
date Thu, 13 May 2010 13:12:06 +0200
parents e63691e7c504
children ee45d3b0579b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 The plugin directory is for standard Vim plugin scripts.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 All files here ending in .vim will be sourced by Vim when it starts up.
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
4 Look in the file for hints on how it can be disabled without deleting it.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
6 getscriptPlugin.vim get latest version of Vim scripts
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
7 gzip.vim edit compressed files
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
8 matchparen.vim highlight paren matching the one under the cursor
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
9 netrwPlugin.vim edit files over a network and browse (remote) directories
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
10 rrhelper.vim used for --remote-wait editing
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
11 spellfile.vim download a spellfile when it's missing
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
12 tarPlugin.vim edit (compressed) tar files
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
13 tohtml.vim convert a file with syntax highlighting to HTML
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
14 vimballPlugin.vim create and unpack .vba files
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
15 zipPlugin.vim edit zip archives
131
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
16
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
17 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
18 taken over browsing directories (also for remote directories).
131
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
19