@@ -514,8 +514,8 @@ ColorScheme カラースキームを読み込んだ後。 |:colorscheme|
514514 *CompleteDone*
515515CompleteDone 挿入モード補完が完了したとき。補完が実行されて
516516 も中止されても発行される。 | ins-completion |
517- The | v:completed_item | variable contains
518- information about the completed item.
517+ 変数 | v:completed_item | には補完された候補につい
518+ ての情報が含まれている。
519519
520520 *CursorHold*
521521CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
@@ -532,9 +532,10 @@ CursorHold 'updatetime' の時間の間、ユーザーがキーを押さ
532532 レコーディングの最中にはCursorHoldイベントは発
533533 生しない。| q |
534534 *<CursorHold>*
535- Internally the autocommand is triggered by the
536- <CursorHold> key. In an expression mapping
537- | getchar() | may see this character.
535+ この自動コマンドは内部的に <CursorHold> キーが
536+ 引き金になっている。式による指定のマッピング内
537+ では | getchar() | によってこの文字が取得されること
538+ がある。
538539
539540 Note: このイベントには対話的なコマンドは使えな
540541 いことに注意。「続けるには」プロンプトは現れず、
@@ -949,10 +950,10 @@ WinLeave ウィンドウを離れる前。次に入るウィンドウで他の
949950==============================================================================
9509516. パターン *autocmd-patterns* *{pat}*
951952
952- The {pat} argument can be a comma separated list. This works as if the
953- command was given with each pattern separately. Thus this command : >
953+ 引数 {pat} にはコンマ区切りのリストを指定することができる。これによりコマンドは
954+ 指定されたそれぞれのパターンについて実行される。例えばこのコマンド : >
954955 :autocmd BufRead *.txt,*.info set et
955- Is equivalent to: >
956+ は下記と等しくなる:
956957 :autocmd BufRead *.txt set et
957958 :autocmd BufRead *.info set et
958959
@@ -1118,9 +1119,9 @@ Note: パスの途中だけにマッチさせ、ルートディレクトリに
11181119:aug[roup] {name} 後に続くコマンド ":autocmd" のためのグループ名
11191120 を定義する。{name} を "end" や "END" にすると
11201121 既定のグループが選ばれる。
1121- To avoid confusion, the name should be
1122- different from existing {event} names, as this
1123- most likely will not do what you intended.
1122+ 混乱を避けるため、既存の {event} の名前とは違う
1123+ 名前をつけるべきである。これはたいてい意図しな
1124+ い動作を引き起こす。
11241125
11251126 *:augroup-delete* *E367*
11261127:aug[roup]! {name} 自動コマンドのグループ {name} を削除する。その
0 commit comments