File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3028,7 +3028,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
3028
3028
{address} の一部が各バッファ内の行に解決されない場合 (例えば、何にも
3029
3029
マッチしないパターン検索)、どのアンカーも使用されない。
3030
3030
3031
-
3032
3031
*'dex'* *'diffexpr'*
3033
3032
'diffexpr' 'dex' 文字列 (既定では "")
3034
3033
グローバル
@@ -7531,6 +7530,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
7531
7530
うに '\' を置くことを忘れないこと。
7532
7531
将来はフィルタ処理にはパイプが使われるようになり、このオプションは時代
7533
7532
遅れになるだろう (少なくともUnixでは)。
7533
+ Note: "| tee" のようなパイプを使用すると、シェルコマンドの終了コードが
7534
+ 失われる。これはシェルによって設定できる場合があるので、pipefail オプ
7535
+ ションを探して欲しい (bash と zsh の場合は ":set -o pipefail" を使用す
7536
+ る)。
7534
7537
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
7535
7538
内で設定することはできない。
7536
7539
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2025 Jul 16
1
+ *options.txt* For Vim version 9.1. Last change: 2025 Jul 20
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3007,7 +3007,6 @@ A jump table for the options with a short description can be found at |Q_op|.
3007
3007
a pattern search that does not match anything), none of the anchors
3008
3008
will be used.
3009
3009
3010
-
3011
3010
*'dex'* *'diffexpr'*
3012
3011
'diffexpr' 'dex' string (default "")
3013
3012
global
@@ -7504,6 +7503,9 @@ A jump table for the options with a short description can be found at |Q_op|.
7504
7503
Don't forget to precede the space with a backslash: ":set sp=\ ".
7505
7504
In the future pipes may be used for filtering and this option will
7506
7505
become obsolete (at least for Unix).
7506
+ Note: When using a pipe like "| tee", you'll lose the exit code of the
7507
+ shell command. This might be configurable by your shell, look for
7508
+ the pipefail option (for bash and zsh, use ":set -o pipefail").
7507
7509
This option cannot be set from a | modeline | or in the | sandbox | , for
7508
7510
security reasons.
7509
7511
You can’t perform that action at this time.
0 commit comments