aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-02 10:24:39 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-02 10:33:32 -0400
commiteea3a692c652ba6d4db868cd4f3cfdebb0f65861 (patch)
tree37c2480a5471848623b64ca579611cadb97956eb /runtime/doc/repeat.txt
parent6a8436065ca7282569fd4d96b1c02a8ba8eaacf1 (diff)
downloadrneovim-eea3a692c652ba6d4db868cd4f3cfdebb0f65861.tar.gz
rneovim-eea3a692c652ba6d4db868cd4f3cfdebb0f65861.tar.bz2
rneovim-eea3a692c652ba6d4db868cd4f3cfdebb0f65861.zip
vim-patch:c8cdf0f80b3c
Update runtime files. https://github.com/vim/vim/commit/c8cdf0f80b3cfd88a4490d80572062c1fd1a96ca
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 1c9bc2146e..b237d70760 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -621,9 +621,9 @@ Your directory layout would be like this:
opt/fooextra/doc/tags " help tags
This allows for the user to do: >
- mkdir ~/.local/share/nvim/site/pack/myfoobar
- cd ~/.local/share/nvim/site/pack/myfoobar
- git clone https://github.com/you/foobar.git
+ mkdir ~/.local/share/nvim/site/pack
+ cd ~/.local/share/nvim/site/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.