annotate runtime/plugin/README.txt @ 30789:c11da68d1a32 v9.0.0729

patch 9.0.0729: the rightleft and arabic features are disabled Commit: https://github.com/vim/vim/commit/ae906c8b1bf023f4a15f38b4abef9dedc2f18467 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 11:12:49 2022 +0100 patch 9.0.0729: the rightleft and arabic features are disabled Problem: The rightleft and arabic features are disabled. Solution: Re-enable the features, some users want to use the functionality.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 12:15:05 +0200
parents 2a4a2dc35c55
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 The plugin directory is for standard Vim plugin scripts.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 All files here ending in .vim will be sourced by Vim when it starts up.
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
4 Look in the file for hints on how it can be disabled without deleting it.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
6 getscriptPlugin.vim get latest version of Vim scripts
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
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
2a4a2dc35c55 Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 6855
diff changeset
9 manpager.vim using Vim as manpager
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
10 matchparen.vim highlight paren matching the one under the cursor
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
11 netrwPlugin.vim edit files over a network and browse (remote) directories
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
12 rrhelper.vim used for --remote-wait editing
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
13 spellfile.vim download a spellfile when it's missing
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
14 tarPlugin.vim edit (compressed) tar files
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
15 tohtml.vim convert a file with syntax highlighting to HTML
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
16 vimballPlugin.vim create and unpack .vba files
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
17 zipPlugin.vim edit zip archives
131
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
18
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
19 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
1121
e63691e7c504 updated for version 7.1a
vimboss
parents: 790
diff changeset
20 taken over browsing directories (also for remote directories).
131
5c65f9e56459 updated for version 7.0044
vimboss
parents: 7
diff changeset
21