File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *channel.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+ *channel.txt* For Vim バージョン 9.2. Last change: 2026 Feb 18
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -129,6 +129,11 @@ send を呼ぶたびに毎回コールバックを指定する代わりに、チ
129129 [2001:db8::1]:8765 " IPv6 + ポート
130130 unix:/tmp/my-socket " Unix ドメインソケットパス
131131
132+ ドメイン名が複数のアドレス (例えば、IPv6 と IPv4 の両方) に解決される場合、Vim
133+ は各アドレスを順番に試す。接続が遅い場合や到達できない場合は、すぐに次のアドレ
134+ スにフォールバックする。これは、ネットワーク上で IPv6 または IPv4 に到達できな
135+ い場合に役立つ。
136+
132137{options} はオプションのエントリを持つ辞書です: *channel-open-options*
133138
134139"mode" は次のいずれかです: *channel-mode*
Original file line number Diff line number Diff line change 1- *channel.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *channel.txt* For Vim version 9.2. Last change: 2026 Feb 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -130,6 +130,11 @@ a Unix-domain socket path prefixed by "unix:". E.g. >
130130 [2001:db8::1]:8765 " IPv6 + port
131131 unix:/tmp/my-socket " Unix-domain socket path
132132
133+ When a domain name resolves to multiple addresses (e.g., both IPv6 and IPv4),
134+ Vim tries each address in order. If a connection is slow or unreachable, it
135+ quickly falls back to the next address. This helps when IPv6 or IPv4 is
136+ unreachable on the network.
137+
133138{options} is a dictionary with optional entries: *channel-open-options*
134139
135140"mode" can be: *channel-mode*
You can’t perform that action at this time.
0 commit comments