1- *usr_02.txt* For Vim version 9.1. Last change: 2021 Apr 24
1+ *usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -32,7 +32,7 @@ To start Vim, enter this command: >
3232 In UNIX you can type this at any command prompt. If you are running Microsoft
3333Windows, open a Command Prompt and enter the command.
3434 In either case, Vim starts editing a file called file.txt. Because this
35- is a new file, you get a blank window. This is what your screen will look
35+ is a new file, you get a blank window. This is what your screen will look
3636like:
3737
3838 +---------------------------------------+
@@ -322,7 +322,7 @@ the "a" (append) command.
322322to
323323 and that's not saying much for the turtle!!! ~
324324
325- move the cursor over to the dot at the end of the line. Then type "x" to
325+ move the cursor over to the dot at the end of the line. Then type "x" to
326326delete the period. The cursor is now positioned at the end of the line on the
327327e in turtle. Now type >
328328
@@ -535,7 +535,7 @@ Summary: *help-summary* >
535535< And for the 'guioptions' flags: >
536536 :help go-<letter>
537537
538- 4) Normal mode commands do not have a prefix. To go to the help page for the
538+ 4) Normal mode commands do not have a prefix. To go to the help page for the
539539 "gt" command: >
540540 :help gt
541541
@@ -585,7 +585,7 @@ Summary: *help-summary* >
585585 at: >
586586 :help pattern.txt
587587
588- 12) Registers always start with "quote". To find out about the special ":"
588+ 12) Registers always start with "quote". To find out about the special ":"
589589 register: >
590590 :help quote:
591591
@@ -604,7 +604,7 @@ Summary: *help-summary* >
604604< talks about the append Vim script function rather than how to append text
605605 in the current buffer.
606606
607- 14) Mappings are talked about in the help page :h | map.txt | . Use >
607+ 14) Mappings are talked about in the help page :h | map.txt | . Use >
608608 :help mapmode-i
609609< to find out about the | :imap | command. Also use :map-topic
610610 to find out about certain subtopics particular for mappings. e.g: >
@@ -640,7 +640,7 @@ Summary: *help-summary* >
640640 friendly way. Start at | usr_toc.txt | to find the table of content (as you
641641 might have guessed): >
642642 :help usr_toc.txt
643- < Skim over the contents to find interesting topics. The "Digraphs" and
643+ < Skim over the contents to find interesting topics. The "Digraphs" and
644644 "Entering special characters" items are in chapter 24, so to go to that
645645 particular help page: >
646646 :help usr_24.txt
0 commit comments