Skip to content

Update options.{txt,jax} #2111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
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
70 changes: 68 additions & 2 deletions 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 Jun 12
*options.txt* For Vim バージョン 9.1. Last change: 2025 Jun 18


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -3409,6 +3409,73 @@ Note 1番目の形式では、行全体がオプション指定に使われる
る。これにより、ウィンドウとバッファに関連する自動コマンドは、グローバ
ルな 'eventignore' に影響を与えることなく無期限に無視される。

Note: 以下のイベントはウィンドウコンテキスト外で発生するとみなされるた
め、'eventignorewin' では無視できない:

|CmdlineChanged|,
|CmdlineEnter|,
|CmdlineLeave|,
|CmdlineLeavePre|,
|CmdUndefined|,
|CmdwinEnter|,
|CmdwinLeave|,
|ColorScheme|,
|ColorSchemePre|,
|CompleteChanged|,
|CompleteDone|,
|CompleteDonePre|,
|DiffUpdated|,
|DirChanged|,
|DirChangedPre|,
|EncodingChanged|,
|ExitPre|,
|FocusGained|,
|FocusLost|,
|FuncUndefined|,
|GUIEnter|,
|GUIFailed|,
|KeyInputPre|,
|MenuPopup|,
|ModeChanged|,
|OptionSet|,
|QuickFixCmdPost|,
|QuickFixCmdPre|,
|QuitPre|,
|RemoteReply|,
|SafeState|,
|SafeStateAgain|,
|SessionLoadPost|,
|SessionWritePost|,
|ShellCmdPost|,
|SigUSR1|,
|SourceCmd|,
|SourcePost|,
|SourcePre|,
|SpellFileMissing|,
|StdinReadPost|,
|StdinReadPre|,
|SwapExists|,
|Syntax|,
|TabClosed|,
|TabClosedPre|,
|TabEnter|,
|TabLeave|,
|TabNew|,
|TermChanged|,
|TerminalOpen|,
|TerminalWinOpen|,
|TermResponse|,
|TermResponseAll|,
|User|,
|VimEnter|,
|VimLeave|,
|VimLeavePre|,
|VimResized|,
|VimResume|,
|VimSuspend|,
|WinNew|,
|WinNewPre|

*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
'expandtab' 'et' 切替 (既定ではオフ)
バッファについてローカル
Expand Down Expand Up @@ -4529,7 +4596,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
|hl-Directory| d CTRL-D によるリスト表示内のディレクトリや、その他
の特別な項目
|hl-ErrorMsg| e エラーメッセージ
h (古くて使われておらず、無視される)
|hl-IncSearch| i 'incsearch' の強調表示
|hl-CurSearch| y 最終検索パターンの現在の項目
|hl-Search| l 最終検索パターン強調表示 ('hlsearch' を参照)
Expand Down
70 changes: 68 additions & 2 deletions 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 Jun 12
*options.txt* For Vim version 9.1. Last change: 2025 Jun 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -3390,6 +3390,73 @@ A jump table for the options with a short description can be found at |Q_op|.
buffers, for which window and buffer related autocommands can be
ignored indefinitely without affecting the global 'eventignore'.

Note: The following events are considered to happen outside of a
window context and thus cannot be ignored by 'eventignorewin':

|CmdlineChanged|,
|CmdlineEnter|,
|CmdlineLeave|,
|CmdlineLeavePre|,
|CmdUndefined|,
|CmdwinEnter|,
|CmdwinLeave|,
|ColorScheme|,
|ColorSchemePre|,
|CompleteChanged|,
|CompleteDone|,
|CompleteDonePre|,
|DiffUpdated|,
|DirChanged|,
|DirChangedPre|,
|EncodingChanged|,
|ExitPre|,
|FocusGained|,
|FocusLost|,
|FuncUndefined|,
|GUIEnter|,
|GUIFailed|,
|KeyInputPre|,
|MenuPopup|,
|ModeChanged|,
|OptionSet|,
|QuickFixCmdPost|,
|QuickFixCmdPre|,
|QuitPre|,
|RemoteReply|,
|SafeState|,
|SafeStateAgain|,
|SessionLoadPost|,
|SessionWritePost|,
|ShellCmdPost|,
|SigUSR1|,
|SourceCmd|,
|SourcePost|,
|SourcePre|,
|SpellFileMissing|,
|StdinReadPost|,
|StdinReadPre|,
|SwapExists|,
|Syntax|,
|TabClosed|,
|TabClosedPre|,
|TabEnter|,
|TabLeave|,
|TabNew|,
|TermChanged|,
|TerminalOpen|,
|TerminalWinOpen|,
|TermResponse|,
|TermResponseAll|,
|User|,
|VimEnter|,
|VimLeave|,
|VimLeavePre|,
|VimResized|,
|VimResume|,
|VimSuspend|,
|WinNew|,
|WinNewPre|

*'expandtab'* *'et'* *'noexpandtab'* *'noet'*
'expandtab' 'et' boolean (default off)
local to buffer
Expand Down Expand Up @@ -4498,7 +4565,6 @@ A jump table for the options with a short description can be found at |Q_op|.
|hl-Directory| d directories in CTRL-D listing and other special
things in listings
|hl-ErrorMsg| e error messages
h (obsolete, ignored)
|hl-IncSearch| i 'incsearch' highlighting
|hl-CurSearch| y current instance of last search pattern
|hl-Search| l last search pattern highlighting (see 'hlsearch')
Expand Down