Mercurial > vim
annotate runtime/plugin/README.txt @ 12879:f67ac05fa3cd v8.0.1316
patch 8.0.1316: build still still fails on Mac
commit https://github.com/vim/vim/commit/44c2bffde74a98acdc60505e57c70cd7cc2afa1e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 18 23:23:01 2017 +0100
patch 8.0.1316: build still still fails on Mac
Problem: Build still still fails on Mac. (chdiza)
Solution: Remove another bogus typedef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 18 Nov 2017 23:30:05 +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 |