runtime(doc): Fix to two-space convention in user manual
closes: #15802
Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/usr_02.txt b/runtime/doc/usr_02.txt
index 486426e..70d24d3 100644
--- a/runtime/doc/usr_02.txt
+++ b/runtime/doc/usr_02.txt
@@ -1,4 +1,4 @@
-*usr_02.txt* For Vim version 9.1. Last change: 2021 Apr 24
+*usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05
VIM USER MANUAL - by Bram Moolenaar
@@ -32,7 +32,7 @@
In UNIX you can type this at any command prompt. If you are running Microsoft
Windows, open a Command Prompt and enter the command.
In either case, Vim starts editing a file called file.txt. Because this
-is a new file, you get a blank window. This is what your screen will look
+is a new file, you get a blank window. This is what your screen will look
like:
+---------------------------------------+
@@ -322,7 +322,7 @@
to
and that's not saying much for the turtle!!! ~
-move the cursor over to the dot at the end of the line. Then type "x" to
+move the cursor over to the dot at the end of the line. Then type "x" to
delete the period. The cursor is now positioned at the end of the line on the
e in turtle. Now type >
@@ -535,7 +535,7 @@
< And for the 'guioptions' flags: >
:help go-<letter>
-4) Normal mode commands do not have a prefix. To go to the help page for the
+4) Normal mode commands do not have a prefix. To go to the help page for the
"gt" command: >
:help gt
@@ -585,7 +585,7 @@
at: >
:help pattern.txt
-12) Registers always start with "quote". To find out about the special ":"
+12) Registers always start with "quote". To find out about the special ":"
register: >
:help quote:
@@ -604,7 +604,7 @@
< talks about the append Vim script function rather than how to append text
in the current buffer.
-14) Mappings are talked about in the help page :h |map.txt|. Use >
+14) Mappings are talked about in the help page :h |map.txt|. Use >
:help mapmode-i
< to find out about the |:imap| command. Also use :map-topic
to find out about certain subtopics particular for mappings. e.g: >
@@ -640,7 +640,7 @@
friendly way. Start at |usr_toc.txt| to find the table of content (as you
might have guessed): >
:help usr_toc.txt
-< Skim over the contents to find interesting topics. The "Digraphs" and
+< Skim over the contents to find interesting topics. The "Digraphs" and
"Entering special characters" items are in chapter 24, so to go to that
particular help page: >
:help usr_24.txt