Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -3299,6 +3299,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
それ以外では、値はイベント名のコンマ区切りのリストである。例: >
:set ei=WinEnter,WinLeave
<
*'eventignorewin'* *'eiw'*
'eventignorewin' 'eiw' 文字列 (既定では "")
ウィンドウについてローカル
'eventignore' に似ているが、特定のウィンドウとそのバッファに適用され
る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ
ルな 'eventignore' に影響を与えることなく無期限に無視される。

*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
'expandtab' 'et' 切替 (既定ではオフ)
バッファについてローカル
Expand Down
9 changes: 8 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Feb 01
*options.txt* For Vim version 9.1. Last change: 2025 Feb 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -3283,6 +3283,13 @@ A jump table for the options with a short description can be found at |Q_op|.
Otherwise this is a comma-separated list of event names. Example: >
:set ei=WinEnter,WinLeave
<
*'eventignorewin'* *'eiw'*
'eventignorewin' 'eiw' string (default "")
window-local
Similar to 'eventignore' but applies to a particular window and its
buffers, for which window and buffer related autocommands can be
ignored indefinitely without affecting the global 'eventignore'.

*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
'expandtab' 'et' boolean (default off)
local to buffer
Expand Down