File tree Expand file tree Collapse file tree 2 files changed +136
-4
lines changed Expand file tree Collapse file tree 2 files changed +136
-4
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 12
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3409,6 +3409,73 @@ Note 1番目の形式では、行全体がオプション指定に使われる
3409
3409
る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ
3410
3410
ルな 'eventignore' に影響を与えることなく無期限に無視される。
3411
3411
3412
+ Note: 以下のイベントはウィンドウコンテキスト外で発生するとみなされるた
3413
+ め、'eventignorewin' では無視できない:
3414
+
3415
+ |CmdlineChanged|,
3416
+ |CmdlineEnter|,
3417
+ |CmdlineLeave|,
3418
+ |CmdlineLeavePre|,
3419
+ |CmdUndefined|,
3420
+ |CmdwinEnter|,
3421
+ |CmdwinLeave|,
3422
+ |ColorScheme|,
3423
+ |ColorSchemePre|,
3424
+ |CompleteChanged|,
3425
+ |CompleteDone|,
3426
+ |CompleteDonePre|,
3427
+ |DiffUpdated|,
3428
+ |DirChanged|,
3429
+ |DirChangedPre|,
3430
+ |EncodingChanged|,
3431
+ |ExitPre|,
3432
+ |FocusGained|,
3433
+ |FocusLost|,
3434
+ |FuncUndefined|,
3435
+ |GUIEnter|,
3436
+ |GUIFailed|,
3437
+ |KeyInputPre|,
3438
+ |MenuPopup|,
3439
+ |ModeChanged|,
3440
+ |OptionSet|,
3441
+ |QuickFixCmdPost|,
3442
+ |QuickFixCmdPre|,
3443
+ |QuitPre|,
3444
+ |RemoteReply|,
3445
+ |SafeState|,
3446
+ |SafeStateAgain|,
3447
+ |SessionLoadPost|,
3448
+ |SessionWritePost|,
3449
+ |ShellCmdPost|,
3450
+ |SigUSR1|,
3451
+ |SourceCmd|,
3452
+ |SourcePost|,
3453
+ |SourcePre|,
3454
+ |SpellFileMissing|,
3455
+ |StdinReadPost|,
3456
+ |StdinReadPre|,
3457
+ |SwapExists|,
3458
+ |Syntax|,
3459
+ |TabClosed|,
3460
+ |TabClosedPre|,
3461
+ |TabEnter|,
3462
+ |TabLeave|,
3463
+ |TabNew|,
3464
+ |TermChanged|,
3465
+ |TerminalOpen|,
3466
+ |TerminalWinOpen|,
3467
+ |TermResponse|,
3468
+ |TermResponseAll|,
3469
+ |User|,
3470
+ |VimEnter|,
3471
+ |VimLeave|,
3472
+ |VimLeavePre|,
3473
+ |VimResized|,
3474
+ |VimResume|,
3475
+ |VimSuspend|,
3476
+ |WinNew|,
3477
+ |WinNewPre|
3478
+
3412
3479
*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
3413
3480
'expandtab' 'et' 切替 (既定ではオフ)
3414
3481
バッファについてローカル
@@ -4529,7 +4596,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
4529
4596
|hl-Directory| d CTRL-D によるリスト表示内のディレクトリや、その他
4530
4597
の特別な項目
4531
4598
|hl-ErrorMsg| e エラーメッセージ
4532
- h (古くて使われておらず、無視される)
4533
4599
|hl-IncSearch| i 'incsearch' の強調表示
4534
4600
|hl-CurSearch| y 最終検索パターンの現在の項目
4535
4601
|hl-Search| l 最終検索パターン強調表示 ('hlsearch' を参照)
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2025 Jun 12
1
+ *options.txt* For Vim version 9.1. Last change: 2025 Jun 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3390,6 +3390,73 @@ A jump table for the options with a short description can be found at |Q_op|.
3390
3390
buffers, for which window and buffer related autocommands can be
3391
3391
ignored indefinitely without affecting the global 'eventignore' .
3392
3392
3393
+ Note: The following events are considered to happen outside of a
3394
+ window context and thus cannot be ignored by 'eventignorewin' :
3395
+
3396
+ | CmdlineChanged | ,
3397
+ | CmdlineEnter | ,
3398
+ | CmdlineLeave | ,
3399
+ | CmdlineLeavePre | ,
3400
+ | CmdUndefined | ,
3401
+ | CmdwinEnter | ,
3402
+ | CmdwinLeave | ,
3403
+ | ColorScheme | ,
3404
+ | ColorSchemePre | ,
3405
+ | CompleteChanged | ,
3406
+ | CompleteDone | ,
3407
+ | CompleteDonePre | ,
3408
+ | DiffUpdated | ,
3409
+ | DirChanged | ,
3410
+ | DirChangedPre | ,
3411
+ | EncodingChanged | ,
3412
+ | ExitPre | ,
3413
+ | FocusGained | ,
3414
+ | FocusLost | ,
3415
+ | FuncUndefined | ,
3416
+ | GUIEnter | ,
3417
+ | GUIFailed | ,
3418
+ | KeyInputPre | ,
3419
+ | MenuPopup | ,
3420
+ | ModeChanged | ,
3421
+ | OptionSet | ,
3422
+ | QuickFixCmdPost | ,
3423
+ | QuickFixCmdPre | ,
3424
+ | QuitPre | ,
3425
+ | RemoteReply | ,
3426
+ | SafeState | ,
3427
+ | SafeStateAgain | ,
3428
+ | SessionLoadPost | ,
3429
+ | SessionWritePost | ,
3430
+ | ShellCmdPost | ,
3431
+ | SigUSR1 | ,
3432
+ | SourceCmd | ,
3433
+ | SourcePost | ,
3434
+ | SourcePre | ,
3435
+ | SpellFileMissing | ,
3436
+ | StdinReadPost | ,
3437
+ | StdinReadPre | ,
3438
+ | SwapExists | ,
3439
+ | Syntax | ,
3440
+ | TabClosed | ,
3441
+ | TabClosedPre | ,
3442
+ | TabEnter | ,
3443
+ | TabLeave | ,
3444
+ | TabNew | ,
3445
+ | TermChanged | ,
3446
+ | TerminalOpen | ,
3447
+ | TerminalWinOpen | ,
3448
+ | TermResponse | ,
3449
+ | TermResponseAll | ,
3450
+ | User | ,
3451
+ | VimEnter | ,
3452
+ | VimLeave | ,
3453
+ | VimLeavePre | ,
3454
+ | VimResized | ,
3455
+ | VimResume | ,
3456
+ | VimSuspend | ,
3457
+ | WinNew | ,
3458
+ | WinNewPre |
3459
+
3393
3460
*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
3394
3461
'expandtab' 'et' boolean (default off)
3395
3462
local to buffer
@@ -4498,7 +4565,6 @@ A jump table for the options with a short description can be found at |Q_op|.
4498
4565
| hl-Directory | d directories in CTRL-D listing and other special
4499
4566
things in listings
4500
4567
| hl-ErrorMsg | e error messages
4501
- h (obsolete, ignored)
4502
4568
| hl-IncSearch | i 'incsearch' highlighting
4503
4569
| hl-CurSearch | y current instance of last search pattern
4504
4570
| hl-Search | l last search pattern highlighting (see 'hlsearch' )
You can’t perform that action at this time.
0 commit comments