From c56cfbd743e50faf51b173a2a8882f86e3106037 Mon Sep 17 00:00:00 2001 From: kondo takeshi Date: Sat, 14 Dec 2019 10:20:43 +0900 Subject: [PATCH 1/4] Update usr_01.txt --- en/usr_01.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/usr_01.txt b/en/usr_01.txt index f7abd9cf4..49bf4f594 100644 --- a/en/usr_01.txt +++ b/en/usr_01.txt @@ -1,4 +1,4 @@ -*usr_01.txt* For Vim version 8.1. Last change: 2017 Jul 15 +*usr_01.txt* For Vim version 8.1. Last change: 2019 Nov 21 VIM USER MANUAL - by Bram Moolenaar @@ -41,11 +41,11 @@ the commands and options used for it. Use these two commands: Press CTRL-O to jump back (repeat to go further back). Many links are in vertical bars, like this: |bars|. The bars themselves may -be hidden or invisible, see below. An option name, like 'number', a command +be hidden or invisible; see below. An option name, like 'number', a command in double quotes like ":write" and any other word can also be used as a link. Try it out: Move the cursor to CTRL-] and press CTRL-] on it. -Other subjects can be found with the ":help" command, see |help.txt|. +Other subjects can be found with the ":help" command; see |help.txt|. The bars and stars are usually hidden with the |conceal| feature. They also 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|. alternative called "evim" (easy Vim). This is still Vim, but used in a way that resembles a click-and-type editor like Notepad. It always stays in Insert mode, thus it feels very different. It is not - explained in the user manual, since it should be mostly self - explanatory. See |evim-keys| for details. + explained in the user manual, since it should be mostly + self-explanatory. See |evim-keys| for details. ============================================================================== *01.3* Using the Vim tutor *tutor* *vimtutor* Instead of reading the text (boring!) you can use the vimtutor to learn your -first Vim commands. This is a 30 minute tutorial that teaches the most basic +first Vim commands. This is a 30-minute tutorial that teaches the most basic Vim functionality hands-on. On Unix, if Vim has been properly installed, you can start it from the shell: From 9324f78c83e02eab9a8afbbfe0cd5aebb9a2ddff Mon Sep 17 00:00:00 2001 From: kondo takeshi Date: Mon, 16 Dec 2019 10:12:24 +0900 Subject: [PATCH 2/4] Update the updated date for usr_01.jax --- doc/usr_01.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usr_01.jax b/doc/usr_01.jax index b96fecfbc..6bfa5abe3 100644 --- a/doc/usr_01.jax +++ b/doc/usr_01.jax @@ -1,4 +1,4 @@ -*usr_01.txt* For Vim バージョン 8.1. Last change: 2017 Jul 15 +*usr_01.txt* For Vim バージョン 8.1. Last change: 2019 Nov 21 VIM USER MANUAL - by Bram Moolenaar From fe02e9223791c494784ef8af868dce6df1de53c5 Mon Sep 17 00:00:00 2001 From: Takeshi Kondo <10370988+chaspy@users.noreply.github.com> Date: Mon, 16 Dec 2019 10:18:09 +0900 Subject: [PATCH 3/4] Update doc/usr_01.jax --- doc/usr_01.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usr_01.jax b/doc/usr_01.jax index 6bfa5abe3..94ff11a09 100644 --- a/doc/usr_01.jax +++ b/doc/usr_01.jax @@ -1,4 +1,4 @@ -*usr_01.txt* For Vim バージョン 8.1. Last change: 2019 Nov 21 +*usr_01.txt* For Vim バージョン 8.2. Last change: 2019 Nov 21 VIM USER MANUAL - by Bram Moolenaar From a6111893f93ebbb0afe5ff520c39d976dc2b3e2d Mon Sep 17 00:00:00 2001 From: Takeshi Kondo <10370988+chaspy@users.noreply.github.com> Date: Mon, 16 Dec 2019 10:18:32 +0900 Subject: [PATCH 4/4] Update en/usr_01.txt --- en/usr_01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/usr_01.txt b/en/usr_01.txt index 49bf4f594..cf0c867ad 100644 --- a/en/usr_01.txt +++ b/en/usr_01.txt @@ -1,4 +1,4 @@ -*usr_01.txt* For Vim version 8.1. Last change: 2019 Nov 21 +*usr_01.txt* For Vim version 8.2. Last change: 2019 Nov 21 VIM USER MANUAL - by Bram Moolenaar