diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-26 17:00:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-26 17:00:44 +0200 |
commit | 2547aa930b59f5e2bcb70e81d5a57ed461e59b4f (patch) | |
tree | 83dd4b387047f169ffffaed3585271574278c5c5 /runtime/doc/repeat.txt | |
parent | d3bb6a82a51d549bbd597bb4e94d8f074009be2a (diff) | |
download | vim-git-2547aa930b59f5e2bcb70e81d5a57ed461e59b4f.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 7b0efddbb..d14e7d918 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -642,7 +642,7 @@ disallowed though. This assumes you write one or more plugins that you distribute as a package. If you have two unrelated plugins you would use two packages, so that Vim -users can chose what they include or not. Or you can decide to use one +users can choose what they include or not. Or you can decide to use one package with optional plugins, and tell the user to add the ones he wants with `:packadd`. |