commit | ae8eb3ca927f1b0ac2a6643da8699538cdc380f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:59:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:59:26 2016 +0100 |
tree | 16ccccdd92949c9f3642fed83f8bf4d22a89eb33 | |
parent | 74f5e65bcc3d77ab879f56eb977f5038edccbcf8 [diff] [blame] |
patch 7.4.1288 Problem: ch_sendexpr() does not use JS encoding. Solution: Use the encoding that fits the channel mode. Refuse using ch_sendexpr() on a raw channel.
diff --git a/src/version.c b/src/version.c index a857cf1..220b2c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1288, +/**/ 1287, /**/ 1286,