Skip to content

Commit ad57716

Browse files
authored
Merge pull request #1305 from vim-jp/hh-update-channel
Update channel.{txt,jax}
2 parents 7370b28 + 877fcd4 commit ad57716

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0. Last change: 2022 Dec 01
1+
*channel.txt* For Vim バージョン 9.0. Last change: 2023 Aug 15
22

33

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

en/channel.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*channel.txt* For Vim version 9.0. Last change: 2022 Dec 01
1+
*channel.txt* For Vim version 9.0. Last change: 2023 Aug 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -956,7 +956,7 @@ job_start({command} [, {options}]) *job_start()*
956956
to String. This works best on Unix.
957957

958958
On MS-Windows, job_start() makes a GUI application hidden. If
959-
want to show it, Use |:!start| instead.
959+
you want to show it, use |:!start| instead.
960960

961961
The command is executed directly, not through a shell, the
962962
'shell' option is not used. To use the shell: >

0 commit comments

Comments
 (0)