Skip to content

Commit 62bec00

Browse files
committed
Update by original
1 parent e3f04d2 commit 62bec00

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/usr_01.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1+
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -116,8 +116,9 @@ Unix では、Vim が適切にインストールしてあれば、シェルか
116116
117117
vimtutor
118118
119-
MS-Windows では、スタートメニューの Program/Vim から起動できます。あるいは、
120-
$VIMRUNTIME ディレクトリにある vimtutor.bat を実行してください。
119+
MS-Windows では、"Program/Vim 9.1" メニューにあります。または、インストールディ
120+
レクトリから vimtutor.bat を実行します (このディレクトリを見つけるには、Vim 内
121+
から `:echo $VIMRUNTIME` が使用できます)。
121122

122123
演習ファイルの第 1 章のコピーが作られるので、テキストを編集してもオリジナルの
123124
演習ファイルを壊してしまう心配はありません。第 2 章に進むには、以下のコマンド

en/usr_01.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_01.txt* For Vim version 9.1. Last change: 2024 Dec 16
1+
*usr_01.txt* For Vim version 9.1. Last change: 2024 Dec 17
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -117,8 +117,9 @@ On Unix, if Vim has been properly installed, you can start it from the shell:
117117
>
118118
vimtutor
119119
120-
On MS-Windows you can find it in the Program/Vim menu. Or execute
121-
vimtutor.bat in the $VIMRUNTIME directory.
120+
On MS-Windows you can find it in the "Program/Vim 9.1" menu. Or execute
121+
vimtutor.bat from the installation directory (You can use `:echo $VIMRUNTIME`
122+
from within Vim to find this directory).
122123

123124
This will make a copy of chapter 1 tutor file, so that you can edit it without
124125
the risk of damaging the original. To continue with chapter 2, you can use

0 commit comments

Comments
 (0)