1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-02-07 21:59:26 +01:00
parent 74f5e65bcc
commit ae8eb3ca92
4 changed files with 36 additions and 1 deletions

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1288,
/**/
1287,
/**/