From c8cdf0f80b3cfd88a4490d80572062c1fd1a96ca Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 13 Mar 2021 13:28:13 +0100 Subject: Update runtime files. --- runtime/doc/repeat.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc/repeat.txt') 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. -- cgit v1.2.3