summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-16 00:11:09 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-11 20:23:11 +0200
commit596ad66d1ddb742ef349e98eb06b8e4052f68f51 (patch)
tree310418fa77fc8ef3907a968ff968fe2874ca47d3 /runtime/doc/channel.txt
parent62145db91b104075277cb3a940e18832ad106264 (diff)
runtime(doc): documentation updates
This is a collection of various improvements to the help pages closes #12790 Co-authored-by: Houl <anwoku@yahoo.de> Co-authored-by: Doug Kearns <dougkearns@gmail.com> Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 535c17546f..a8cb196e1a 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -1,4 +1,4 @@
-*channel.txt* For Vim version 9.0. Last change: 2022 Dec 01
+*channel.txt* For Vim version 9.0. Last change: 2023 Aug 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -956,7 +956,7 @@ job_start({command} [, {options}]) *job_start()*
to String. This works best on Unix.
On MS-Windows, job_start() makes a GUI application hidden. If
- want to show it, Use |:!start| instead.
+ you want to show it, use |:!start| instead.
The command is executed directly, not through a shell, the
'shell' option is not used. To use the shell: >