comparison src/version.c @ 12948:851393938fa3 v8.0.1350

patch 8.0.1350: cannot build with +eval and -multi_byte commit https://github.com/vim/vim/commit/1355aad2b94790217aeef9077d3fb9925461f137 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 27 22:49:01 2017 +0100 patch 8.0.1350: cannot build with +eval and -multi_byte Problem: Cannot build with +eval and -multi_byte. Solution: Adjust #ifdefs. (John Marriott) Always include the multi_byte feature when an input method feature is enabled.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Nov 2017 23:00:04 +0100
parents eae40b455a72
children e60b2aa04903
comparison
equal deleted inserted replaced
12947:f3384119229e 12948:851393938fa3
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1350,
774 /**/ 776 /**/
775 1349, 777 1349,
776 /**/ 778 /**/
777 1348, 779 1348,
778 /**/ 780 /**/