comparison src/version.c @ 12934:2ebc3df65ca2 v8.0.1343

patch 8.0.1343: MS-Windows: does not show colored emojis commit https://github.com/vim/vim/commit/d7ccc4d81dbcfa3ac0352bacea6e294fc9e33fda Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 26 14:29:32 2017 +0100 patch 8.0.1343: MS-Windows: does not show colored emojis Problem: MS-Windows: does not show colored emojis. Solution: Implement colored emojis. Improve drawing speed. Make 'taamode' work. (Taro Muraoka, Yasuhiro Matsumoto, Ken Takata, close #2375)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Nov 2017 14:30:04 +0100
parents fe5e4fec0d41
children c53a80f39a52
comparison
equal deleted inserted replaced
12933:9eeaf892510c 12934:2ebc3df65ca2
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 1343,
774 /**/ 776 /**/
775 1342, 777 1342,
776 /**/ 778 /**/
777 1341, 779 1341,
778 /**/ 780 /**/