Skip to content

Commit 64c6df8

Browse files
authored
Merge pull request #1625 from vim-jp/hh-update-channel
Update channel.{txt,jax}
2 parents 3fc6f83 + dc63aa2 commit 64c6df8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.1. Last change: 2024 Jun 13
1+
*channel.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
22

33

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

en/channel.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim version 9.1. Last change: 2024 Jun 13
1+
*channel.txt* For Vim version 9.1. Last change: 2024 Jul 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -981,8 +981,9 @@ job_start({command} [, {options}]) *job_start()*
981981
invoked.
982982

983983
{command} can be a String. This works best on MS-Windows. On
984-
Unix it is split up in white-separated parts to be passed to
985-
execvp(). Arguments in double quotes can contain white space.
984+
Unix it is split up in white space separated parts to be
985+
passed to execvp(). Arguments in double quotes can contain
986+
white space.
986987

987988
{command} can be a List, where the first item is the executable
988989
and further items are the arguments. All items are converted

0 commit comments

Comments
 (0)