commit | bdf0bda968a53a55149a4c83a10a60c28e431305 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:06:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:06:57 2016 +0200 |
tree | 8dd77e2ca5eb4bd62f8cf1fa3557ce8be961dd6c | |
parent | e9c07270031e312082604d3505650f185aa65948 [diff] [blame] |
patch 7.4.1687 Problem: The channel close_cb option does not work. Solution: Use jo_close_partial instead of jo_err_partial. (Damien)
diff --git a/src/channel.c b/src/channel.c index 98bc6be..b21c443 100644 --- a/src/channel.c +++ b/src/channel.c
@@ -1103,7 +1103,7 @@ *cbp = vim_strsave(opt->jo_close_cb); else *cbp = NULL; - *pp = opt->jo_err_partial; + *pp = opt->jo_close_partial; if (*pp != NULL) ++(*pp)->pt_refcount; }