Skip to content

Commit

Permalink
Update by original
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Dec 18, 2024
1 parent e3f04d2 commit 62bec00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions doc/usr_01.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
*usr_01.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17

VIM USER MANUAL - by Bram Moolenaar

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

演習ファイルの第 1 章のコピーが作られるので、テキストを編集してもオリジナルの
演習ファイルを壊してしまう心配はありません。第 2 章に進むには、以下のコマンド
Expand Down
7 changes: 4 additions & 3 deletions en/usr_01.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_01.txt* For Vim version 9.1. Last change: 2024 Dec 16
*usr_01.txt* For Vim version 9.1. Last change: 2024 Dec 17

VIM USER MANUAL - by Bram Moolenaar

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

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

0 comments on commit 62bec00

Please sign in to comment.