comparison src/version.c @ 2132:89300f5e013c v7.2.414

updated for version 7.2.414 Problem: CTRK-K <space> <space> does not produce 0xa0 as expected. (Tony Mechelynck) Solution: Remove the Unicode range 0xe000 - 0xefff from digraphs, these are not valid characters.
author Bram Moolenaar <bram@zimbu.org>
date Fri, 07 May 2010 16:18:14 +0200
parents 8ef9da918a98
children 2b273c71a14b
comparison
equal deleted inserted replaced
2131:8ef9da918a98 2132:89300f5e013c
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 414,
684 /**/ 686 /**/
685 413, 687 413,
686 /**/ 688 /**/
687 412, 689 412,
688 /**/ 690 /**/