Mercurial > vim
annotate runtime/plugin/README.txt @ 13421:3cf79a7a4529
Added tag v8.0.1584 for changeset f80abb797a328cf09d4c7dd5f533a7a31ebb6f2e
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 06 Mar 2018 18:00:07 +0100 |
parents | ee45d3b0579b |
children | 2a4a2dc35c55 |
rev | line source |
---|---|
7 | 1 The plugin directory is for standard Vim plugin scripts. |
2 | |
3 All files here ending in .vim will be sourced by Vim when it starts up. | |
1121 | 4 Look in the file for hints on how it can be disabled without deleting it. |
7 | 5 |
1121 | 6 getscriptPlugin.vim get latest version of Vim scripts |
7 gzip.vim edit compressed files | |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
1121
diff
changeset
|
8 logiPat.vim logical operators on patterns |
1121 | 9 matchparen.vim highlight paren matching the one under the cursor |
10 netrwPlugin.vim edit files over a network and browse (remote) directories | |
11 rrhelper.vim used for --remote-wait editing | |
12 spellfile.vim download a spellfile when it's missing | |
13 tarPlugin.vim edit (compressed) tar files | |
14 tohtml.vim convert a file with syntax highlighting to HTML | |
15 vimballPlugin.vim create and unpack .vba files | |
16 zipPlugin.vim edit zip archives | |
131 | 17 |
18 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has | |
1121 | 19 taken over browsing directories (also for remote directories). |
131 | 20 |