Skip to content

Commit 69ef9d2

Browse files
authored
Merge pull request #1856 from h-east/update-usr_01
Update usr_01.{txt,jax}
2 parents c52dc68 + 8763857 commit 69ef9d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/usr_01.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ Unix 以外のシステムでは、多少の作業が必要です。
144144
1. 演習用ファイルをコピーします。これは Vim を使ってコピーできます (Vim はファ
145145
イルの場所を知っている):
146146
>
147-
vim --clean -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! TUTORCOPY' -c 'q'
147+
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1' -c 'w! TUTORCOPY' -c 'q'
148148
<
149149
"TUTORCOPY" というファイルがカレントディレクトリに作成されます。翻訳された演習
150150
ファイルを使うには、二文字の言語コードを指定します。日本語の場合は次のようにし
151151
ます:
152152
>
153-
vim --clean -c 'e $VIMRUNTIME/tutor/tutor.ja' -c 'w! TUTORCOPY' -c 'q'
153+
vim --clean -c 'e $VIMRUNTIME/tutor/tutor1.fr' -c 'w! TUTORCOPY' -c 'q'
154154
<
155155
2. コピーしたファイルを Vim で開きます:
156156
>

en/usr_01.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ On other systems, you have to do a little work:
145145

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

0 commit comments

Comments
 (0)