diff runtime/doc/repeat.txt @ 8303:88207f4b861a

commit https://github.com/vim/vim/commit/dae8d21dd291df6a6679a00be64e18bca0156576 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 22:40:16 2016 +0100 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 22:45:05 +0100
parents f16bfe02cef1
children e448f2a5d45b
line wrap: on
line diff
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt*    For Vim version 7.4.  Last change: 2016 Feb 24
+*repeat.txt*    For Vim version 7.4.  Last change: 2016 Feb 26
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -221,6 +221,10 @@ For writing a Vim script, see chapter 41
 			'runtimepath'.  And the directory found is added to
 			'runtimepath'.
 
+			If you have a directory under 'packpath' that doesn't
+			actually have a plugin file, just create an empty one.
+			This will still add the directory to 'runtimepath'.
+
 			Note that {name} is the directory name, not the name
 			of the .vim file.  If the "{name}/plugin" directory
 			contains more than one file they are all sourced.
@@ -564,7 +568,7 @@ Additionally, these commands can be used
 About the additional commands in debug mode:
 - There is no command-line completion for them, you get the completion for the
   normal Ex commands only.
-- You can shorten them, up to a single character, unless more then one command
+- You can shorten them, up to a single character, unless more than one command
   starts with the same letter.  "f" stands for "finish", use "fr" for "frame".
 - Hitting <CR> will repeat the previous one.  When doing another command, this
   is reset (because it's not clear what you want to repeat).