comparison src/version.c @ 10642:c10f367d0dfc v8.0.0211

patch 8.0.0211: cannot build without the multi-byte feature commit https://github.com/vim/vim/commit/560379d7ae1bace259bbc29a275e73446346ce66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 21 22:50:00 2017 +0100 patch 8.0.0211: cannot build without the multi-byte feature Problem: Build fails if the multi-byte feature is disabled. Solution: Change #ifdef around ins_char_bytes.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jan 2017 23:00:04 +0100
parents 27be410d6d29
children 2025bec9175f
comparison
equal deleted inserted replaced
10641:bcd353707cfc 10642:c10f367d0dfc
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 211,
767 /**/ 769 /**/
768 210, 770 210,
769 /**/ 771 /**/
770 209, 772 209,
771 /**/ 773 /**/