Problem: Channel log has double parens ()().
Solution: Remove () for write_buf_line. (Yasuhiro Matsumoto)
p[len] = NL;
p[len + 1] = NUL;
- channel_send(channel, PART_IN, p, len + 1, "write_buf_line()");
+ channel_send(channel, PART_IN, p, len + 1, "write_buf_line");
vim_free(p);
}
* Return FAIL or OK.
*/
int
-channel_send(channel_T *channel, ch_part_T part, char_u *buf, int len, char *fun)
+channel_send(
+ channel_T *channel,
+ ch_part_T part,
+ char_u *buf,
+ int len,
+ char *fun)
{
int res;
sock_T fd;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 76,
/**/
75,
/**/