@@ -71,7 +71,7 @@ Vimには、特別な働きをさせるための多くの内部変数とスイ
71
71
:se[t] {option} &vi オプションをViの既定値に設定する。 {Vi にはない}
72
72
:se[t] {option} &vim オプションをVimの既定値に設定する。 {Vi にはない}
73
73
74
- :se[t] all& 全てのオプションを規定値に設定する 。ただし以下のオプ
74
+ :se[t] all& 全てのオプションを既定値に設定する 。ただし以下のオプ
75
75
ションについては変更しない。
76
76
t_ で始まる端末用のオプション全部
77
77
'columns'
@@ -837,8 +837,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
837
837
838
838
オプション 'smartindent' かオプション 'cindent' がオンのときは、インデ
839
839
ントの方法は違ってくる。
840
- The 'autoindent' option is reset when the 'paste' option is set and
841
- restored when 'paste' is reset.
840
+ オプション 'autoindent' はオプション 'paste' がセットされたらリセット
841
+ され、オプション 'paste' がリセットされたら復元される。
842
842
{Vi との微妙な違い: <Esc> または <CR> を打ち込んでインデントが削除され
843
843
た後、上下に移動した後のカーソル位置は削除されたインデントの後ろになる。
844
844
Viでは削除されたインデントの中のどこかになる}
@@ -1204,45 +1204,43 @@ Note 1番目の形式では、行全体がオプション指定に使われる
1204
1204
それらの間に "\n" を置くのと同じことになる。
1205
1205
1206
1206
*'belloff'* *'bo'*
1207
- 'belloff' 'bo' string (default "")
1208
- global
1209
- {not in Vi}
1210
- Specifies for which events the bell will not be rung. It is a comma
1211
- separated list of items. For each item that is present, the bell
1212
- will be silenced. This is most useful to specify specific events in
1213
- insert mode to be silenced.
1214
-
1215
- item meaning when present ~
1216
- all All events.
1217
- backspace When hitting <BS> or <Del> and deleting results in an
1218
- error.
1219
- cursor Fail to move around using the cursor keys or
1220
- <PageUp> /<PageDown> in | Insert-mode | .
1221
- complete Error occurred when using | i_CTRL-X_CTRL-K | or
1222
- | i_CTRL-X_CTRL-T | .
1223
- copy Cannot copy char from insert mode using | i_CTRL-Y | or
1224
- | i_CTRL-E | .
1225
- ctrlg Unknown Char after <C-G> in Insert mode.
1226
- error Other Error occurred (e.g. try to join last line)
1227
- (mostly used in | Normal-mode | or | Cmdline-mode | ).
1228
- esc hitting <Esc> in | Normal-mode | .
1229
- ex In | Visual-mode | , hitting | Q | results in an error.
1230
- hangul Error occurred when using hangul input.
1231
- insertmode Pressing <Esc> in 'insertmode' .
1232
- lang Calling the beep module for Lua/Mzscheme/TCL.
1233
- mess No output available for | g< | .
1234
- showmatch Error occurred for 'showmatch' function.
1235
- operator Empty region error | cpo-E | .
1236
- register Unknown register after <C-R> in | Insert-mode | .
1237
- shell Bell from shell output | :! | .
1238
- spell Error happened on spell suggest.
1239
- wildmode More matches in | cmdline-completion | available
1240
- (depends on the 'wildmode' setting).
1241
-
1242
- This is most useful, to fine tune when in insert mode the bell should
1243
- be rung. For normal mode and ex commands, the bell is often rung to
1244
- indicate that an error occurred. It can be silenced by adding the
1245
- "error" keyword.
1207
+ 'belloff' 'bo' 文字列 (既定では "")
1208
+ グローバル
1209
+ {Vi にはない}
1210
+ ベルを鳴らさせないようにするイベントの指定でである。これはコンマ区切り
1211
+ の項目のリストである。提示した項目についてベルが沈黙される。これは、挿
1212
+ 入モードで特定のイベントが沈黙するように指定することが最も有用である。
1213
+
1214
+ 項目 提示した時の意味 ~
1215
+ all 全てのイベント。
1216
+ backspace <BS> か <Del> を打ち込んだ時、削除結果にエラーがある。
1217
+ cursor | Insert-mode | でカーソルキーか <PageUp> /<PageDown> を使用
1218
+ して移動することが出来ない。
1219
+ complete | i_CTRL-X_CTRL-K | か | i_CTRL-X_CTRL-T | を使用した時にエ
1220
+ ラーが発生した。
1221
+ copy | i_CTRL-Y | か | i_CTRL-E | を使用して挿入モードから文字がコ
1222
+ ピー出来ない。
1223
+ ctrlg 挿入モードで <C-G> の後に不明な文字。
1224
+ error その他のエラーが発生した。(例えば、最終行で行連結を試みた)
1225
+ (主に | Normal-mode | か | Cmdline-mode | で使用される)
1226
+ esc | Normal-mode | で <Esc> を打ち込んだ。
1227
+ ex | Visual-mode | で | Q | を打ち込んだ結果エラーが発生した。
1228
+ hangul ハングル入力時にエラーが発生した。
1229
+ insertmode 'insertmode' で <Esc> を押した。
1230
+ lang Lua/Mzscheme/TCL のためにビープモジュールを呼び出す。
1231
+ mess | g< | で利用可能な出力がない。
1232
+ showmatch 'showmatch' 機能でエラーが発生した。
1233
+ operator 空の範囲エラー。| cpo-E |
1234
+ register | Insert-mode | で <C-R> の後に不明なレジスタ。
1235
+ shell シェルの出力からのベル。| :! |
1236
+ spell スペルの提案でエラーが起こった。
1237
+ wildmode | cmdline-completion | でより多くの一致が利用可能。
1238
+ ('wildmode' の設定に依存する)
1239
+
1240
+ これは挿入モードでベルを鳴らさなければならない場合に微調整するために最
1241
+ も有用です。ノーマルモードおよびexコマンドについては、ベルは多くの場合
1242
+ エラーが発生したことを示すために鳴らされます。これは、"error" を追加す
1243
+ ることで消すことができます。
1246
1244
1247
1245
*'binary'* *'bin'* *'nobinary'* *'nobin'*
1248
1246
'binary' 'bin' 切替 (既定ではオフ)
@@ -4348,7 +4346,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
4348
4346
そのときは XIM を無効にするために 'imdisable' を使うこと。
4349
4347
4350
4348
*'imstatusfunc'* *'imsf'*
4351
- 'imstatusfunc' 'imsf' 文字列 (規定では "")
4349
+ 'imstatusfunc' 'imsf' 文字列 (既定では "")
4352
4350
グローバル
4353
4351
{Vi にはない}
4354
4352
{Vimが | +xim | 機能と | +GUI_GTK | 機能付きでコンパイル
0 commit comments