Skip to content

Commit af8fc31

Browse files
authored
Merge pull request #2585 from h-east/update-channel
Update channel.{txt,jax}
2 parents 9c5eb4d + ef6ee24 commit af8fc31

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/channel.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim バージョン 9.2. Last change: 2026 Apr 14
1+
*channel.txt* For Vim バージョン 9.2. Last change: 2026 Apr 15
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/channel.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim version 9.2. Last change: 2026 Apr 14
1+
*channel.txt* For Vim version 9.2. Last change: 2026 Apr 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -668,22 +668,22 @@ ch_info({handle}) *ch_info()*
668668

669669
ch_listen({address} [, {options}]) *E1573* *E1574* *ch_listen()*
670670
Listen on {address} - port on loopback or UNIX domain socket
671-
for incoming channel connections. This creates a server-side
672-
channel, unlike |ch_open()|which connects to an existing server.
671+
for incoming channel connections. This creates a server-side
672+
channel, unlike |ch_open()| which connects to an existing
673+
server.
673674
Returns a Channel. Use |ch_status()| to check for failure.
674675

675676
{address} is a String, see |channel-address| for the possible
676677
accepted forms, however in case of TCP sockets it allows to
677-
set only a port and binds to loopback address for
678-
security reasons.
678+
set only a port and binds to loopback address for security
679+
reasons.
679680
Note: IPv6 is not yet supported.
680681

681682
If {options} is given it must be a |Dictionary|.
682683
See |channel-open-options|.
683-
The "callback" in {options} is invoked when a new
684-
connection is accepted. It receives two arguments: the
685-
new Channel and the client address as a String (e.g.
686-
"127.0.0.1:12345").
684+
The "callback" in {options} is invoked when a new connection
685+
is accepted. It receives two arguments: the new Channel and
686+
the client address as a String (e.g. "127.0.0.1:12345").
687687

688688
Use |ch_open()| to connect to an existing server instead.
689689

0 commit comments

Comments
 (0)