Skip to content

Commit bdcacda

Browse files
authored
Merge pull request #135 from vim-jp/update-for-8.2.3562
Update for 8.2.3562
2 parents 0d5b2f0 + a2f703e commit bdcacda

File tree

10 files changed

+3896
-3799
lines changed

10 files changed

+3896
-3799
lines changed

nsis/lang/english.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LangString ^UninstallCaption ${LANG_ENGLISH} \
2424
# "Destination Folder (Must end with $\"vim$\")"
2525

2626
LangString str_show_readme ${LANG_ENGLISH} \
27-
"Show README after installation finish"
27+
"Show README after installation finished"
2828

2929
# Install types:
3030
LangString str_type_typical ${LANG_ENGLISH} \

runtime/doc/vim-ja.UTF-8.1

+5-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Note: "+" と "\-c" は合わせて 10 個まで指定できます。
166166
.TP
167167
\-d
168168
差分モードで起動します。
169-
二つか三つの四つのファイルを引数に指定してください
169+
2 個から 8 個のファイルを引数に指定してください
170170
指定されたファイルが開かれ、それらのファイルの差分が表示されます。
171171
vimdiff(1) と同様の動作です。
172172
.TP
@@ -355,6 +355,10 @@ X サーバーと通信しません。端末での起動時間を短くできま
355355
これ以降の引数はすべてファイル名として扱われます。
356356
ファイル名が '\-' で始まっているファイルを開くときに使ってください。
357357
.TP
358+
\-\-clean
359+
一切の個人設定 (vimrc、プラグイン、その他) を使用しません。
360+
ある問題がクリーンな Vim セットアップで再現するかを確認するのに有用です。
361+
.TP
358362
\-\-echo\-wid
359363
GTK GUI のみ: Window ID を標準出力に出力します。
360364
.TP

runtime/doc/vim.1

+5-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ behave mostly like Vi, even though a .vimrc file exists.
186186
.TP
187187
\-d
188188
Start in diff mode.
189-
There should be two, three or four file name arguments.
189+
There should between two to eight file name arguments.
190190
.B Vim
191191
will open all the files and show differences between them.
192192
Works like vimdiff(1).
@@ -416,6 +416,10 @@ Denotes the end of the options.
416416
Arguments after this will be handled as a file name.
417417
This can be used to edit a filename that starts with a '\-'.
418418
.TP
419+
\-\-clean
420+
Do not use any personal configuration (vimrc, plugins, etc.). Useful to see if
421+
a problem reproduces with a clean Vim setup.
422+
.TP
419423
\-\-echo\-wid
420424
GTK GUI only: Echo the Window ID on stdout.
421425
.TP

runtime/doc/vimdiff-ja.UTF-8.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.TH VIMDIFF 1 "2001 March 30"
22
.SH 名前
3-
vimdiff \- 二つか三つか四つのファイルを Vim で開いて、その差分を表示する
3+
vimdiff \- 2 個から 8 個のファイルを Vim で開いて、その差分を表示する
44
.SH 書式
55
.br
66
.B vimdiff
7-
[options] file1 file2 [file3 [file4]]
7+
[options] file1 file2 [file3 [file4 [file5 [file6 [file7 [file8]]]]]]
88
.PP
99
.B gvimdiff
1010
.SH 説明
1111
.B Vimdiff
12-
は、二つ (か三つか四つ) のファイルを
12+
は、2 個から 8 個のファイルを
1313
.B Vim
1414
で開きます。
1515
ファイルは個別のウィンドウで開かれ、差分が強調表示されます。

runtime/doc/vimdiff.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.TH VIMDIFF 1 "2001 March 30"
22
.SH NAME
3-
vimdiff \- edit two, three or four versions of a file with Vim and show differences
3+
vimdiff \- edit between two and eight versions of a file with Vim and show differences
44
.SH SYNOPSIS
55
.br
66
.B vimdiff
7-
[options] file1 file2 [file3 [file4]]
7+
[options] file1 file2 [file3 [file4 [file5 [file6 [file7 [file8]]]]]]
88
.PP
99
.B gvimdiff
1010
.SH DESCRIPTION
1111
.B Vimdiff
1212
starts
1313
.B Vim
14-
on two (or three or four) files.
14+
on two up to eight files.
1515
Each file gets its own window.
1616
The differences between the files are highlighted.
1717
This is a nice way to inspect changes and to move changes from one version

runtime/doc/xxd-ja.UTF-8.1

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
一行
7575
.RI < cols >
7676
オクテットで出力する。標準設定は 16 (\-i: 12, \-ps: 30, \-b: 6)。最大 256。
77+
\-ps には最大値がありません。 \-ps 付きの場合、0 を指定すると単一の長い行で出力されます。
7778
.TP
7879
.IR \-C " | " \-capitalize
7980
\-i を使用した際に、C インクルードファイル形式の変数名を大文字にする。

runtime/doc/xxd.1

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ followed by an ascii (or ebcdic) representation. The command line switches
7070
Format
7171
.RI < cols >
7272
octets per line. Default 16 (\-i: 12, \-ps: 30, \-b: 6). Max 256.
73+
No maxmimum for \-ps. With \-ps, 0 results in one long line of output.
7374
.TP
7475
.IR \-C " | " \-capitalize
7576
Capitalize variable names in C include file style, when using \-i.

runtime/tutor/tutor

+15-15
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ NOTE: As you go through this tutor, do not try to memorize, learn by usage.
143143

144144
!! NOTE: Before executing any of the steps below, read this entire lesson!!
145145

146-
1. Exit this tutor as you did in lesson 1.2: :q!
147-
Or, if you have access to another terminal, do the following there.
146+
1. If you have access to another terminal, do the following there.
147+
Otherwise, exit this tutor as you did in lesson 1.2: :q!
148148

149-
2. At the shell prompt type this command: vim tutor <ENTER>
150-
'vim' is the command to start the Vim editor, 'tutor' is the name of the
151-
file you wish to edit. Use a file that may be changed.
149+
2. At the shell prompt type this command: vim file.txt <ENTER>
150+
'vim' is the command to start the Vim editor, 'file.txt' is the name of
151+
the file you wish to edit. Use the name of a file that you can change.
152152

153153
3. Insert and delete text as you learned in the previous lessons.
154154

@@ -347,25 +347,25 @@ Doubling to operate on a line also works for operators mentioned below.
347347
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348348
Lesson 2 SUMMARY
349349

350+
1. To delete from the cursor up to the next word type: dw
351+
2. To delete from the cursor up to the end of the word type: de
352+
3. To delete from the cursor to the end of a line type: d$
353+
4. To delete a whole line type: dd
350354

351-
1. To delete from the cursor up to the next word type: dw
352-
2. To delete from the cursor to the end of a line type: d$
353-
3. To delete a whole line type: dd
354-
355-
4. To repeat a motion prepend it with a number: 2w
356-
5. The format for a change command is:
355+
5. To repeat a motion prepend it with a number: 2w
356+
6. The format for a change command is:
357357
operator [number] motion
358358
where:
359359
operator - is what to do, such as d for delete
360360
[number] - is an optional count to repeat the motion
361361
motion - moves over the text to operate on, such as w (word),
362-
$ (to the end of line), etc.
362+
e (end of word), $ (end of the line), etc.
363363

364-
6. To move to the start of the line use a zero: 0
364+
7. To move to the start of the line use a zero: 0
365365

366-
7. To undo previous actions, type: u (lowercase u)
366+
8. To undo previous actions, type: u (lowercase u)
367367
To undo all the changes on a line, type: U (capital U)
368-
To undo the undo's, type: CTRL-R
368+
To undo the undo's, type: CTRL-R
369369

370370
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
371371
Lesson 3.1: THE PUT COMMAND

runtime/tutor/tutor.ja.utf-8

+16-15
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ NOTE: 全てのレッスンを通じて、覚えようとするのではなく
141141

142142
!! NOTE: 以下のステップを実行する前に、まず全体を読んでください!!
143143

144-
1. レッスン 1.2 でやったように :q! をタイプして、このチュートリアルを終了
145-
します。あるいは、別の端末がある場合はそこで以下の内容を行ってもかまい
146-
ません
144+
1. 別の端末がある場合はそこで以下の内容を行ってください。そうでなければ、
145+
レッスン 1.2 でやったように :q! をタイプして、このチュートリアルを終了
146+
します
147147

148-
2. シェルプロンプトでこのコマンドをタイプします: vim tutor <ENTER>
149-
'vim' が Vim エディタを起動するコマンド、'tutor' は編集したいファイルの
150-
名前です。変更してもよいファイルを使いましょう
148+
2. シェルプロンプトでこのコマンドをタイプします: vim file.txt <ENTER>
149+
'vim' が Vim エディタを起動するコマンド、'file.txt' は編集したいファイル
150+
の名前です。変更できるファイルの名前を使いましょう
151151

152152
3. 前のレッスンで学んだように、テキストを挿入、削除します。
153153

@@ -347,22 +347,23 @@ NOTE: 冒険したい人は、ノーマルモードにてオペレータなし
347347
レッスン 2 要約
348348

349349

350-
1. カーソル位置から単語の末尾までを削除するには dw とタイプします。
351-
2. カーソル位置から行の末尾までを削除するには d$ とタイプします。
352-
3. 行全体を削除するには dd とタイプします。
350+
1. カーソル位置から次の単語までを削除するには dw とタイプします。
351+
2. カーソル位置から単語の末尾までを削除するには de とタイプします。
352+
3. カーソル位置から行の末尾までを削除するには d$ とタイプします。
353+
4. 行全体を削除するには dd とタイプします。
353354

354-
4. モーションを繰り返すには数値を付与します: 2w
355-
5. 変更に用いるコマンドの形式は
355+
5. モーションを繰り返すには数値を付与します: 2w
356+
6. 変更に用いるコマンドの形式は
356357
オペレータ [数値] モーション
357358
それぞれ:
358359
オペレータ - 削除 d の類で何をするか。
359360
[数値] - そのコマンドを何回繰り返すか。
360-
モーション - w (単語)や $ (行末)などの類で、テキストの何に対して働きか
361-
けるか
361+
モーション - w (単語)や e (単語末尾)、$ (行末)などの類で、テキストの
362+
何に対して働きかけるか
362363

363-
6. 行の先頭に移動するにはゼロを使用します: 0
364+
7. 行の先頭に移動するにはゼロを使用します: 0
364365

365-
7. 前回の動作を取り消す: u (小文字 u)
366+
8. 前回の動作を取り消す: u (小文字 u)
366367
行全体の変更を取り消す: U (大文字 U)
367368
取り消しの取り消し: CTRL-R
368369

0 commit comments

Comments
 (0)