comparison src/version.c @ 12932:fe5e4fec0d41 v8.0.1342

patch 8.0.1342: cannot build with Motif and multi-byte commit https://github.com/vim/vim/commit/fb1db0e3550355e10ac86c4a4af21209c5456a66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 25 21:07:46 2017 +0100 patch 8.0.1342: cannot build with Motif and multi-byte Problem: Cannot build with Motif and multi-byte. (Mohamed Boughaba) Solution: Use the right input method status flag. (closes https://github.com/vim/vim/issues/2374)
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2017 21:15:04 +0100
parents e2612e03d46f
children 2ebc3df65ca2
comparison
equal deleted inserted replaced
12931:847495fbf6ec 12932:fe5e4fec0d41
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 1342,
774 /**/ 776 /**/
775 1341, 777 1341,
776 /**/ 778 /**/
777 1340, 779 1340,
778 /**/ 780 /**/