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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -3028,7 +3028,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
30283028 {address} の一部が各バッファ内の行に解決されない場合 (例えば、何にも
30293029 マッチしないパターン検索)、どのアンカーも使用されない。
30303030
3031-
30323031 *'dex'* *'diffexpr'*
30333032'diffexpr' 'dex' 文字列 (既定では "")
30343033 グローバル
@@ -7531,6 +7530,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
75317530 うに '\' を置くことを忘れないこと。
75327531 将来はフィルタ処理にはパイプが使われるようになり、このオプションは時代
75337532 遅れになるだろう (少なくともUnixでは)。
7533+ Note: "| tee" のようなパイプを使用すると、シェルコマンドの終了コードが
7534+ 失われる。これはシェルによって設定できる場合があるので、pipefail オプ
7535+ ションを探して欲しい (bash と zsh の場合は ":set -o pipefail" を使用す
7536+ る)。
75347537 セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
75357538 内で設定することはできない。
75367539
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
22
33
44 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|.
30073007 a pattern search that does not match anything), none of the anchors
30083008 will be used.
30093009
3010-
30113010 *'dex'* *'diffexpr'*
30123011'diffexpr' 'dex' string (default "")
30133012 global
@@ -7504,6 +7503,9 @@ A jump table for the options with a short description can be found at |Q_op|.
75047503 Don't forget to precede the space with a backslash: ":set sp=\ ".
75057504 In the future pipes may be used for filtering and this option will
75067505 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").
75077509 This option cannot be set from a | modeline | or in the | sandbox | , for
75087510 security reasons.
75097511
You can’t perform that action at this time.
0 commit comments