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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -3299,6 +3299,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
32993299 それ以外では、値はイベント名のコンマ区切りのリストである。例: >
33003300 :set ei=WinEnter,WinLeave
33013301<
3302+ *'eventignorewin'* *'eiw'*
3303+ 'eventignorewin' 'eiw' 文字列 (既定では "")
3304+ ウィンドウについてローカル
3305+ 'eventignore' に似ているが、特定のウィンドウとそのバッファに適用され
3306+ る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ
3307+ ルな 'eventignore' に影響を与えることなく無期限に無視される。
3308+
33023309 *'expandtab'* *'et'* *'noexpandtab'* *'noet'*
33033310'expandtab' 'et' 切替 (既定ではオフ)
33043311 バッファについてローカル
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
22
33
44 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|.
32833283 Otherwise this is a comma-separated list of event names. Example: >
32843284 :set ei=WinEnter,WinLeave
32853285<
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+
32863293 *'expandtab'* *'et'* *'noexpandtab'* *'noet'*
32873294'expandtab' 'et' boolean (default off)
32883295 local to buffer
You can’t perform that action at this time.
0 commit comments