summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_03.txt')
-rw-r--r--runtime/doc/usr_03.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt
index c0250887e..38b36dde1 100644
--- a/runtime/doc/usr_03.txt
+++ b/runtime/doc/usr_03.txt
@@ -1,4 +1,4 @@
-*usr_03.txt* For Vim version 8.2. Last change: 2019 Nov 21
+*usr_03.txt* For Vim version 8.2. Last change: 2020 Feb 29
VIM USER MANUAL - by Bram Moolenaar
@@ -346,7 +346,8 @@ to find the first #include after the cursor: >
And then type "n" several times. You will move to each #include in the text.
You can also use a count if you know which match you want. Thus "3n" finds
-the third match. Using a count with "/" doesn't work.
+the third match. You can also use a count with "/": "4/the" goes to the
+fourth match of "the".
The "?" command works like "/" but searches backwards: >