File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- *channel.txt* For Vim バージョン 9.1. Last change: 2024 Jun 13
1
+ *channel.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -981,8 +981,9 @@ job_start({command} [, {options}]) *job_start()*
981
981
invoked.
982
982
983
983
{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.
986
987
987
988
{command} can be a List, where the first item is the executable
988
989
and further items are the arguments. All items are converted
You can’t perform that action at this time.
0 commit comments