Skip to content

Commit 6f6457e

Browse files
authored
Merge pull request #174 from uakms/catch-up-intro
原文の変更に追随 (intro)
2 parents a05d06f + f466d01 commit 6f6457e

File tree

2 files changed

+57
-19
lines changed

2 files changed

+57
-19
lines changed

doc/intro.jax

+30-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim バージョン 8.0. Last change: 2016 Sep 24
1+
*intro.txt* For Vim バージョン 8.0. Last change: 2017 Aug 24
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -91,8 +91,8 @@ Vim のページには Vim についての最新情報が載っています。
9191
のリンクもあります。FAQ はよく尋ねられる質問に対する回答集です。問題があったら
9292
まずこれを読むとよいでしょう。
9393

94-
VIMホームページ: http://www.vim.org/
95-
VIM FAQ: http://vimdoc.sf.net/
94+
Vimホームページ: http://www.vim.org/
95+
Vim FAQ: http://vimdoc.sf.net/
9696
ダウンロード: ftp://ftp.vim.org/pub/vim/MIRRORS
9797

9898

@@ -147,10 +147,17 @@ http://www.vim.org/maillist.php
147147
文章は vim-dev メーリングリストにも転送されます。
148148

149149
メッセージは簡潔にお願いします。メールに回答する時間は、Vim を改良する時間から
150-
消費されています! 常に再現可能な例をつけてください。できれば、どこの設定が (あ
151-
るいは機能が) バグの発生に影響しているかを探してください。可能なら、違うマシン
152-
でも試してみて下さい。そして、もし修正できた場合はパッチを私に送って下さい。
153-
(本家へのレポートは英語でお願いします)
150+
消費されています! 常に再現可能な例をつけてください。そして、バグを引き起こす設
151+
定やその他のものを探してください。
152+
153+
なるべくなら Vim を次のように起動してください: >
154+
155+
vim --clean -u reproduce.vim
156+
157+
ここで、reproduce.vim は問題を再現するスクリプトです。関連があるならば(もしか
158+
したら MS-Windows 固有のバグかも?)、違うマシンでも試してみて下さい。
159+
160+
可能ならばパッチを私に送って下さい。(本家へのレポートは英語でお願いします)
154161

155162
Vim のバージョンや設定情報を含めてくれると助かります。次のコマンドで情報を得る
156163
ことができます: >
@@ -517,7 +524,7 @@ CTRL-H を "<Home>" の 6 文字にマップする例: >
517524
==============================================================================
518525
5. モードの紹介 *vim-modes-intro* *vim-modes*
519526

520-
Vim には 6 つの基本モードがあります。
527+
Vim には 7 つの基本モードがあります。
521528

522529
*Normal* *Normal-mode* *command-mode*
523530
ノーマルモード ノーマルモードでは普通の編集コマンドを全て入力でき
@@ -552,7 +559,12 @@ Ex モード コマンドラインモードに似てますが、コマンド入
552559
モードに留まります。コマンドライン編集は、かなり制限さ
553560
れます。|Ex-mode|を参照。
554561

555-
加えて、6 つのモードがあります。これらは基本モードの変種です。
562+
Terminal-Job モード ターミナルウィンドウの中でジョブと相互作用します。入力
563+
されたキーはジョブに渡され、ジョブの出力はターミナル
564+
ウィンドウに表示されます。他のモードへの移行の仕方は
565+
|terminal| を参照。
566+
567+
加えて、7 つのモードがあります。これらは基本モードの変種です。
556568

557569
*Operator-pending* *Operator-pending-mode*
558570
オペレータ待機モード ノーマルモードに似てますが、オペレータコマンドが実行さ
@@ -577,6 +589,10 @@ Ex モード コマンドラインモードに似てますが、コマンド入
577589
オプション 'showmode' がオンなら、"-- (insert) --" が
578590
ウィンドウの最下部に表示されます。
579591

592+
Terminal-Normal モード ターミナルウィンドウでノーマルモードを使います。変更は
593+
できないようになっています。ターミナルジョブモードに戻
594+
るには、"a" や "i" のような挿入コマンドを使います。
595+
580596
挿入ビジュアルモード 挿入モードでビジュアル選択を開始すると、このモードに入
581597
ります。例えば、CTRL-O を使い, その後 "v"、"V"、CTRL-V
582598
を使ったときです。
@@ -652,6 +668,8 @@ CTRL-\ CTRL-N と <C-\><C-N> を使って、どのモードからでもノーマ
652668
のときのようにビープ音はなりません。ただし、Ex モードでは機能しません。|f|
653669
|m|のように引数をとるコマンドの後で使われたときは、'ttimeoutlen' で設定された
654670
タイムアウトが適用されます。
671+
フォーカスがターミナルウィンドウにあるとき、CTRL-\ CTRL-N はたった 1 つのコマ
672+
ンドでノーマルモードに移行します。|t_CTRL-\_CTRL-N| を参照。
655673

656674
*CTRL-\_CTRL-G* *i_CTRL-\_CTRL-G* *c_CTRL-\_CTRL-G* *v_CTRL-\_CTRL-G*
657675
'insertmode' がオンのときは、CTRL-\ CTRL-G<C-\><C-G> で挿入モードに移行で
@@ -811,9 +829,11 @@ Amiga 上では、Vim は CLI ウィンドウで実行されます。Vim の名
811829
==============================================================================
812830
8. 用語の定義 *definitions*
813831

832+
バッファ テキスト行が入っている。一般にファイルから読み込む。
814833
スクリーン Vim が使う領域全体。端末ウィンドウを指す場合もある。
815834
"Vimウィンドウ" とも呼ばれる。
816-
ウィンドウ バッファが表示される場所。
835+
ウィンドウ バッファが表示される場所。1 つのバッファが複数のウィ
836+
ンドウを持つことが可能。
817837

818838
一つのスクリーンは一つ以上のウィンドウを内包し、それらはステータスラインで区切
819839
られ、最下行にはコマンドラインが表示されます。

en/intro.txt

+27-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 8.0. Last change: 2016 Sep 24
1+
*intro.txt* For Vim version 8.0. Last change: 2017 Aug 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -84,8 +84,8 @@ The Vim pages contain the most recent information about Vim. They also
8484
contain links to the most recent version of Vim. The FAQ is a list of
8585
Frequently Asked Questions. Read this if you have problems.
8686

87-
VIM home page: http://www.vim.org/
88-
VIM FAQ: http://vimdoc.sf.net/
87+
Vim home page: http://www.vim.org/
88+
Vim FAQ: http://vimdoc.sf.net/
8989
Downloading: ftp://ftp.vim.org/pub/vim/MIRRORS
9090

9191

@@ -143,9 +143,14 @@ There are two ways to report bugs, both work:
143143

144144
Please be brief; all the time that is spent on answering mail is subtracted
145145
from the time that is spent on improving Vim! Always give a reproducible
146-
example and try to find out which settings or other things influence the
147-
appearance of the bug. Try different machines, if possible. Send me patches
148-
if you can!
146+
example and try to find out which settings or other things trigger the bug.
147+
148+
Preferably start Vim with: >
149+
vim --clean -u reproduce.vim
150+
Where reproduce.vim is a script that reproduces the problem. Try different
151+
machines, if relevant (is this an MS-Windows specific bug perhaps?).
152+
153+
Send me patches if you can!
149154

150155
It will help to include information about the version of Vim you are using and
151156
your setup. You can get the information with this command: >
@@ -525,7 +530,7 @@ examples and use them directly. Or type them literally, including the '<' and
525530
==============================================================================
526531
5. Modes, introduction *vim-modes-intro* *vim-modes*
527532

528-
Vim has six BASIC modes:
533+
Vim has seven BASIC modes:
529534

530535
*Normal* *Normal-mode* *command-mode*
531536
Normal mode In Normal mode you can enter all the normal editor
@@ -561,7 +566,12 @@ Ex mode Like Command-line mode, but after entering a command
561566
you remain in Ex mode. Very limited editing of the
562567
command line. |Ex-mode|
563568

564-
There are six ADDITIONAL modes. These are variants of the BASIC modes:
569+
Terminal-Job mode Interacting with a job in a terminal window. Typed
570+
keys go to the job and the job output is displayed in
571+
the terminal window. See |terminal| about how to
572+
switch to other modes.
573+
574+
There are seven ADDITIONAL modes. These are variants of the BASIC modes:
565575

566576
*Operator-pending* *Operator-pending-mode*
567577
Operator-pending mode This is like Normal mode, but after an operator
@@ -587,6 +597,10 @@ Insert Normal mode Entered when CTRL-O given in Insert mode. This is
587597
If the 'showmode' option is on "-- (insert) --" is
588598
shown at the bottom of the window.
589599

600+
Terminal-Normal mode Using Normal mode in a terminal window. Making
601+
changes is impossible. Use an insert command, such as
602+
"a" or "i", to return to Terminal-Job mode.
603+
590604
Insert Visual mode Entered when starting a Visual selection from Insert
591605
mode, e.g., by using CTRL-O and then "v", "V" or
592606
CTRL-V. When the Visual selection ends, Vim returns
@@ -661,6 +675,8 @@ Normal mode from any other mode. This can be used to make sure Vim is in
661675
Normal mode, without causing a beep like <Esc> would. However, this does not
662676
work in Ex mode. When used after a command that takes an argument, such as
663677
|f| or |m|, the timeout set with 'ttimeoutlen' applies.
678+
When focus is in a terminal window, CTRL-\ CTRL-N goes to Normal mode for only
679+
one command, see |t_CTRL-\_CTRL-N|.
664680

665681
*CTRL-\_CTRL-G* *i_CTRL-\_CTRL-G* *c_CTRL-\_CTRL-G* *v_CTRL-\_CTRL-G*
666682
The command CTRL-\ CTRL-G or <C-\><C-G> can be used to go to Insert mode when
@@ -823,10 +839,12 @@ by Vim. {Vi: not ok}
823839
==============================================================================
824840
8. Definitions *definitions*
825841

842+
buffer Contains lines of text, usually read from a file.
826843
screen The whole area that Vim uses to work in. This can be
827844
a terminal emulator window. Also called "the Vim
828845
window".
829-
window A view on a buffer.
846+
window A view on a buffer. There can be multiple windows for
847+
one buffer.
830848

831849
A screen contains one or more windows, separated by status lines and with the
832850
command line at the bottom.

0 commit comments

Comments
 (0)