]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1288 v7.4.1288
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 20:59:26 +0000 (21:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 20:59:26 +0000 (21:59 +0100)
commitae8eb3ca927f1b0ac2a6643da8699538cdc380f6
tree16ccccdd92949c9f3642fed83f8bf4d22a89eb33
parent74f5e65bcc3d77ab879f56eb977f5038edccbcf8
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.
src/channel.c
src/eval.c
src/proto/channel.pro
src/version.c