Skip to content

Commit

Permalink
Merge pull request #1856 from h-east/update-usr_01
Browse files Browse the repository at this point in the history
Update usr_01.{txt,jax}
  • Loading branch information
h-east authored Dec 3, 2024
2 parents c52dc68 + 8763857 commit 69ef9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/usr_01.jax
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ Unix 以外のシステムでは、多少の作業が必要です。
1. 演習用ファイルをコピーします。これは Vim を使ってコピーできます (Vim はファ
イルの場所を知っている):
>
vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q'
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1' -c 'w! TUTORCOPY' -c 'q'
<
"TUTORCOPY" というファイルがカレントディレクトリに作成されます。翻訳された演習
ファイルを使うには、二文字の言語コードを指定します。日本語の場合は次のようにし
ます:
>
vim --clean -c 'e $VIMRUNTIME/tutor/tutor.ja' -c 'w! TUTORCOPY' -c 'q'
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1.fr' -c 'w! TUTORCOPY' -c 'q'
<
2. コピーしたファイルを Vim で開きます:
>
Expand Down
4 changes: 2 additions & 2 deletions en/usr_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ On other systems, you have to do a little work:

1. Copy the tutor file. You can do this with Vim (it knows where to find it):
>
vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q'
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1' -c 'w! TUTORCOPY' -c 'q'
<
This will write the file "TUTORCOPY" in the current directory. To use a
translated version of the tutor, append the two-letter language code to the
filename. For French:
>
vim --clean -c 'e $VIMRUNTIME/tutor/tutor.fr' -c 'w! TUTORCOPY' -c 'q'
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1.fr' -c 'w! TUTORCOPY' -c 'q'
<
2. Edit the copied file with Vim:
>
Expand Down

0 comments on commit 69ef9d2

Please sign in to comment.