File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
1
+ *autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1969,6 +1969,10 @@ BufReadCmd に対して自動コマンドを定義すると、クラッシュし
1969
1969
期しない振るまいを引き起こす可能性がある。| :finally | つきの| :try | ブロックを使っ
1970
1970
て後で 'eventignore' を元に戻すようにすること。
1971
1971
1972
+ 特定のウィンドウで autocmds を無期限に無効にするには、'eventignorewin' オプショ
1973
+ ンを使用する。これは、ウィンドウとバッファ関連のイベントを無視する場合にのみ使
1974
+ 用できる。
1975
+
1972
1976
*:noautocmd* *:noa*
1973
1977
1つのコマンドを実行する間だけ自動コマンドを無効にするには修飾子 ":noautocmd"
1974
1978
を使う。これは後に続くコマンドを実行する間だけ、'eventignore' を "all" にセッ
Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim version 9.1. Last change: 2024 Dec 04
1
+ *autocmd.txt* For Vim version 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1992,6 +1992,9 @@ To disable autocommands for some time use the 'eventignore' option. Note that
1992
1992
this may cause unexpected behavior, make sure you restore 'eventignore'
1993
1993
afterwards, using a | :try | block with | :finally | .
1994
1994
1995
+ To disable autocmds indefinitely in a specific window use the 'eventignorewin'
1996
+ option. This can only be used to ignore window and buffer related events.
1997
+
1995
1998
*:noautocmd* *:noa*
1996
1999
To disable autocommands for just one command use the ":noautocmd" command
1997
2000
modifier. This will set 'eventignore' to "all" for the duration of the
You can’t perform that action at this time.
0 commit comments