Unnamed repository; edit this file 'description' to name the repository.
fix: typo in tutor about searching compared to vim (#3625)
Charles Hall 2022-09-01
parent 5c2b77b · commit 04e1cbe
-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.