comparison src/version.c @ 6710:43a07fa78155 v7.4.679

updated for version 7.4.679 Problem: Color values greater than 255 cause problems on MS-Windows. Solution: Truncate to 255 colors. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:12:19 +0100
parents b225e8fed8cc
children c939d19bd86e
comparison
equal deleted inserted replaced
6709:352b2a1c77b5 6710:43a07fa78155
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 679,
744 /**/ 746 /**/
745 678, 747 678,
746 /**/ 748 /**/
747 677, 749 677,
748 /**/ 750 /**/