summaryrefslogtreecommitdiff
path: root/src/proto/channel.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-06 20:22:25 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-06 20:22:25 +0100
commit99ef06296f3c37490511c03786a2c8672e015c56 (patch)
tree1cfb2ed591d96815b580191223b5a55a382d7580 /src/proto/channel.pro
parent38fd4bb2842df7634823b99c655b3896a7a2e988 (diff)
downloadvim-git-99ef06296f3c37490511c03786a2c8672e015c56.tar.gz
patch 7.4.1502v7.4.1502
Problem: Writing last-but-one line of buffer to a channel isn't implemented yet. Solution: Implement it. Fix leaving a swap file behind.
Diffstat (limited to 'src/proto/channel.pro')
-rw-r--r--src/proto/channel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/channel.pro b/src/proto/channel.pro
index 7e9d3a82e..18dceb521 100644
--- a/src/proto/channel.pro
+++ b/src/proto/channel.pro
@@ -14,6 +14,7 @@ void channel_set_job(channel_T *channel, job_T *job, jobopt_T *options);
void channel_set_options(channel_T *channel, jobopt_T *opt);
void channel_set_req_callback(channel_T *channel, int part, char_u *callback, int id);
void channel_write_in(channel_T *channel);
+void channel_write_new_lines(buf_T *buf);
char_u *channel_get(channel_T *channel, int part);
int channel_collapse(channel_T *channel, int part);
int channel_can_write_to(channel_T *channel);