commit | 6f3a544228c1faf92211cbaf8bbedb1dff883f90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 19:56:13 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 19:56:13 2016 +0100 |
tree | 92dd5414be493707e137ccf6a5d59e1d5cef13ad | |
parent | fffd5560c6c8840be3233ef1c8da3c9e5dd424ea [diff] [blame] |
patch 7.4.1372 Problem: channel read implementation is incomplete. Solution: Add ch_read() and options for ch_readraw().
diff --git a/src/version.c b/src/version.c index b39ac60..f82e874 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1372, +/**/ 1371, /**/ 1370,