Mercurial > vim
annotate runtime/plugin/README.txt @ 14453:95a03484df27 v8.1.0240
patch 8.1.0240: g:actual_curbuf set in wrong scope
commit https://github.com/vim/vim/commit/3cb4448b8a5c0192988f4e349aba6d7a91a9a4bd
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 5 13:22:26 2018 +0200
patch 8.1.0240: g:actual_curbuf set in wrong scope
Problem: g:actual_curbuf set in wrong scope. (Daniel Hahler)
Solution: Prepend the "g:" name space. (closes https://github.com/vim/vim/issues/3279)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 05 Aug 2018 13:30:05 +0200 |
parents | 2a4a2dc35c55 |
children |
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 |
14372 | 9 manpager.vim using Vim as manpager |
1121 | 10 matchparen.vim highlight paren matching the one under the cursor |
11 netrwPlugin.vim edit files over a network and browse (remote) directories | |
12 rrhelper.vim used for --remote-wait editing | |
13 spellfile.vim download a spellfile when it's missing | |
14 tarPlugin.vim edit (compressed) tar files | |
15 tohtml.vim convert a file with syntax highlighting to HTML | |
16 vimballPlugin.vim create and unpack .vba files | |
17 zipPlugin.vim edit zip archives | |
131 | 18 |
19 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has | |
1121 | 20 taken over browsing directories (also for remote directories). |
131 | 21 |