comparison src/version.c @ 7986:8e0d4cd8157a v7.4.1288

commit https://github.com/vim/vim/commit/ae8eb3ca927f1b0ac2a6643da8699538cdc380f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 21:59:26 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 22:00:05 +0100
parents c166ff6797cb
children d3fed9a639db
comparison
equal deleted inserted replaced
7985:fd76e567bf86 7986:8e0d4cd8157a
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1288,
750 /**/ 752 /**/
751 1287, 753 1287,
752 /**/ 754 /**/
753 1286, 755 1286,
754 /**/ 756 /**/