diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 08:54:38 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 09:27:19 -0400 |
commit | 0a0034718c00fd9f434d20d29e415287db284bbe (patch) | |
tree | 8d99d94c42772a4c39acf059745609b85d596974 /runtime/doc/repeat.txt | |
parent | 27fb03f5a03db6738967f9e0e0ea85ea0fab7592 (diff) | |
download | rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.gz rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.bz2 rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.zip |
vim-patch:2547aa930b59
Update runtime files.
https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f
Omit modifyOtherKeys, vim9, vim.man.
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 31bd93ca24..fb41c459f1 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -596,7 +596,7 @@ Creating Vim packages *package-create* 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`. |