commit | 3b5f929b18492fec291d1ec95a91f54e5912c03b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 22:37:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 22:37:01 2016 +0100 |
tree | fb095c24b14ab4d9470c7eccc966ee27f0953e21 | |
parent | ba59ddbd3642d02614acbe52694e3e8a78c0e9d3 [diff] [blame] |
patch 7.4.1191 Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
diff --git a/src/version.c b/src/version.c index 287bc93..e464a42 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1191, +/**/ 1190, /**/ 1189,