summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-13 13:28:13 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-13 13:28:13 +0100
commitc8cdf0f80b3cfd88a4490d80572062c1fd1a96ca (patch)
tree614f36d3f295a1db8023aedc8cfb20740d7a2d50 /runtime/doc/repeat.txt
parent6fd367a97c8653a2d734a38252c7d68d4b2ebaa7 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index aa00dd3b54..71b4e10de4 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -677,9 +677,9 @@ Your directory layout would be like this:
opt/fooextra/doc/tags " help tags
This allows for the user to do: >
- mkdir ~/.vim/pack/myfoobar
- cd ~/.vim/pack/myfoobar
- git clone https://github.com/you/foobar.git
+ mkdir ~/.vim/pack
+ cd ~/.vim/pack
+ git clone https://github.com/you/foobar.git myfoobar
Here "myfoobar" is a name that the user can choose, the only condition is that
it differs from other packages.