comparison src/version.c @ 15450:bb421f682528 v8.1.0733

patch 8.1.0733: too many #ifdefs for the multi-byte feature commit https://github.com/vim/vim/commit/2be7cb73f66cf69659195d9a8ad4beaa359f2865 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 16:10:51 2019 +0100 patch 8.1.0733: too many #ifdefs for the multi-byte feature Problem: Too many #ifdefs for the multi-byte feature. Solution: Tentatively always enable the multi-byte feature. If you have a problem with this, please discuss on the Vim maillist.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 16:15:04 +0100
parents 4880dc2ccc3f
children 1c6a708a5fee
comparison
equal deleted inserted replaced
15449:869f88d11e31 15450:bb421f682528
793 NULL 793 NULL
794 }; 794 };
795 795
796 static int included_patches[] = 796 static int included_patches[] =
797 { /* Add new patch number below this line */ 797 { /* Add new patch number below this line */
798 /**/
799 733,
798 /**/ 800 /**/
799 732, 801 732,
800 /**/ 802 /**/
801 731, 803 731,
802 /**/ 804 /**/