diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
commit | 74675a666b51edd61e0210132658d81a86c5102c (patch) | |
tree | 1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/doc/channel.txt | |
parent | 85dad2c815aaef69aa948fb17874b3825dd72def (diff) | |
download | vim-git-74675a666b51edd61e0210132658d81a86c5102c.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r-- | runtime/doc/channel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index 39cd912ad..5bcf95040 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* |