Skip to content

Commit 6d16c7e

Browse files
authored
Merge pull request vim-jp#1948 from h-east/update-options
Update options.{txt,jax}
2 parents 333a549 + e8e6255 commit 6d16c7e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/options.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
バッファについてローカル

en/options.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)