summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-28 13:11:45 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-28 13:11:45 +0100
commit2b8388bd0175835eb751e6c58cd0b0b69465f0d9 (patch)
treeb7892d80060965dfc435285655b8f104c51c2fc0 /runtime/doc/pattern.txt
parentbac203ea2d0e3b2a5e4eae4dbe48244e592926e2 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r--runtime/doc/pattern.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 322811b7cf..323f16711a 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -1,4 +1,4 @@
-*pattern.txt* For Vim version 7.4. Last change: 2014 Sep 06
+*pattern.txt* For Vim version 7.4. Last change: 2015 Feb 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -59,6 +59,8 @@ explanations are in chapter 27 |usr_27.txt|.
*n*
n Repeat the latest "/" or "?" [count] times.
+ If the cursor doesn't move the search is repeated with
+ count + 1.
|last-pattern| {Vi: no count}
*N*