Mercurial > vim
annotate runtime/plugin/README.txt @ 10498:883396809b45
commit https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 21:27:47 2017 +0100
Updated runtime files.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Jan 2017 21:30:04 +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 |