File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ Unix 以外のシステムでは、多少の作業が必要です。
1441441. 演習用ファイルをコピーします。これは 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<
1551552. コピーしたファイルを Vim で開きます:
156156>
Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ On other systems, you have to do a little work:
145145
1461461. 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
151151translated version of the tutor, append the two-letter language code to the
152152filename. 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<
1561562. Edit the copied file with Vim:
157157>
You can’t perform that action at this time.
0 commit comments