comparison src/version.c @ 5477:853a76c7fded v7.4.088

updated for version 7.4.088 Problem: When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains "cjk" do not mark Asian characters as error. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 12 Nov 2013 04:44:01 +0100
parents 9334c994be7b
children 6707c44cec61
comparison
equal deleted inserted replaced
5476:63314ae20838 5477:853a76c7fded
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 88,
741 /**/ 743 /**/
742 87, 744 87,
743 /**/ 745 /**/
744 86, 746 86,
745 /**/ 747 /**/