Skip to content

Commit 54e67ec

Browse files
authored
Merge pull request #744 from chaspy/chaspy/update-usr-1-doc
Update usr_01.{txt|jax}
2 parents 5ef187d + a611189 commit 54e67ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/usr_01.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim バージョン 8.1. Last change: 2017 Jul 15
1+
*usr_01.txt* For Vim バージョン 8.2. Last change: 2019 Nov 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_01.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim version 8.1. Last change: 2017 Jul 15
1+
*usr_01.txt* For Vim version 8.2. Last change: 2019 Nov 21
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -41,11 +41,11 @@ the commands and options used for it. Use these two commands:
4141
Press CTRL-O to jump back (repeat to go further back).
4242

4343
Many links are in vertical bars, like this: |bars|. The bars themselves may
44-
be hidden or invisible, see below. An option name, like 'number', a command
44+
be hidden or invisible; see below. An option name, like 'number', a command
4545
in double quotes like ":write" and any other word can also be used as a link.
4646
Try it out: Move the cursor to CTRL-] and press CTRL-] on it.
4747

48-
Other subjects can be found with the ":help" command, see |help.txt|.
48+
Other subjects can be found with the ":help" command; see |help.txt|.
4949

5050
The bars and stars are usually hidden with the |conceal| feature. They also
5151
use |hl-Ignore|, using the same color for the text as the background. You can
@@ -101,14 +101,14 @@ For more info see |vimrc| and |compatible-default|.
101101
alternative called "evim" (easy Vim). This is still Vim, but used in
102102
a way that resembles a click-and-type editor like Notepad. It always
103103
stays in Insert mode, thus it feels very different. It is not
104-
explained in the user manual, since it should be mostly self
105-
explanatory. See |evim-keys| for details.
104+
explained in the user manual, since it should be mostly
105+
self-explanatory. See |evim-keys| for details.
106106

107107
==============================================================================
108108
*01.3* Using the Vim tutor *tutor* *vimtutor*
109109

110110
Instead of reading the text (boring!) you can use the vimtutor to learn your
111-
first Vim commands. This is a 30 minute tutorial that teaches the most basic
111+
first Vim commands. This is a 30-minute tutorial that teaches the most basic
112112
Vim functionality hands-on.
113113

114114
On Unix, if Vim has been properly installed, you can start it from the shell:

0 commit comments

Comments
 (0)