summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
commit74675a666b51edd61e0210132658d81a86c5102c (patch)
tree1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/doc/channel.txt
parent85dad2c815aaef69aa948fb17874b3825dd72def (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 39cd912ad5..5bcf950406 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -518,7 +518,7 @@ By default this reads the whole buffer. This can be changed with the "in_top"
and "in_bot" options.
A special mode is when "in_top" is set to zero and "in_bot" is not set: Every
-time a line is added to the buffer, the last-but-one line will be send to the
+time a line is added to the buffer, the last-but-one line will be sent to the
job stdin. This allows for editing the last line and sending it when pressing
Enter.
*channel-close-in*