Mercurial > vim
annotate runtime/plugin/README.txt @ 9501:f0201deac2a2 v7.4.2031
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 12 22:51:22 2016 +0200
patch 7.4.2031
Problem: The list_lbr_utf8 test fails if ~/.vim/syntax/c.vim sets
'textwidth' to a non-zero value. (Oyvind A. Holm)
Solution: Add a setup.vim file that sets 'runtimepath' and $HOME to a safe
value. (partly by Christian Brabandt, closes #912)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 12 Jul 2016 23:00:06 +0200 |
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 |