aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorCharles Hall2022-09-01 12:41:15 +0000
committerGitHub2022-09-01 12:41:15 +0000
commit04e1cbe33f5197719f1b6da09e74e81014403145 (patch)
tree37fa6631fe5abc2bb71ccd488feea88e165a1a1b /runtime
parent5c2b77b41fadd0e65e02455d36d8509f622bc520 (diff)
fix: typo in tutor about searching compared to vim (#3625)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/tutor.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt
index 66d5389f..fe7b15d2 100644
--- a/runtime/tutor.txt
+++ b/runtime/tutor.txt
@@ -453,7 +453,7 @@ _________________________________________________________________
Like the select command, searching also uses regex.
Note: To search backwards, type ? (shift-/).
- Note: Unlike Vim, N doesn't change the search direction.
+ Note: Unlike Vim, ? doesn't change the search direction.
N always goes backwards and n always goes forwards.