File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3299,6 +3299,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
3299
3299
それ以外では、値はイベント名のコンマ区切りのリストである。例: >
3300
3300
:set ei=WinEnter,WinLeave
3301
3301
<
3302
+ *'eventignorewin'* *'eiw'*
3303
+ 'eventignorewin' 'eiw' 文字列 (既定では "")
3304
+ ウィンドウについてローカル
3305
+ 'eventignore' に似ているが、特定のウィンドウとそのバッファに適用され
3306
+ る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ
3307
+ ルな 'eventignore' に影響を与えることなく無期限に無視される。
3308
+
3302
3309
*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
3303
3310
'expandtab' 'et' 切替 (既定ではオフ)
3304
3311
バッファについてローカル
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2025 Feb 01
1
+ *options.txt* For Vim version 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3283,6 +3283,13 @@ A jump table for the options with a short description can be found at |Q_op|.
3283
3283
Otherwise this is a comma-separated list of event names. Example: >
3284
3284
:set ei=WinEnter,WinLeave
3285
3285
<
3286
+ *'eventignorewin'* *'eiw'*
3287
+ 'eventignorewin' 'eiw' string (default "")
3288
+ window-local
3289
+ Similar to 'eventignore' but applies to a particular window and its
3290
+ buffers, for which window and buffer related autocommands can be
3291
+ ignored indefinitely without affecting the global 'eventignore' .
3292
+
3286
3293
*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
3287
3294
'expandtab' 'et' boolean (default off)
3288
3295
local to buffer
You can’t perform that action at this time.
0 commit comments