commit | 7ef3810d28b7ab2edbfcafab3fe8ad8bc2c2f138 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 22:36:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 22:36:58 2016 +0200 |
tree | 9e53fef5708789fd930f86172c1fff8529f27f74 | |
parent | 1eceadaf481e34ed8155011534159775697ce884 [diff] [blame] |
patch 8.0.0015 Problem: Can't tell which part of a channel has "buffered" status. Solution: Add an optional argument to ch_status(). Let ch_info() also return "buffered" for out_status and err_status.
diff --git a/src/version.c b/src/version.c index cf9b198..cd15950 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 15, +/**/ 14, /**/ 13,