aboutsummaryrefslogtreecommitdiff
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.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt
index 4ed9f35840..411e88684c 100644
--- a/runtime/doc/usr_03.txt
+++ b/runtime/doc/usr_03.txt
@@ -451,17 +451,16 @@ TUNING SEARCHES
There are a few options that change how searching works. These are the
essential ones:
>
- :set incsearch
-
-This makes Vim display the match for the string while you are still typing it.
-Use this to check if the right match will be found. Then press <Enter> to
-really jump to that location. Or type more to change the search string.
->
:set nowrapscan
This stops the search at the end of the file. Or, when you are searching
backwards, at the start of the file. The 'wrapscan' option is on by default,
thus searching wraps around the end of the file.
+>
+ :set noincsearch
+
+This disables the display of the matches while you are still typing your
+search.
INTERMEZZO