comparison src/version.c @ 2919:b67d3a44262a v7.3.232

updated for version 7.3.232 Problem: Python doesn't compile without +multi_byte Solution: Use "latin1" when MULTI_BYTE is not defined.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 Jun 2011 04:01:44 +0200
parents 455a4c85d04d
children 69b90e43b728
comparison
equal deleted inserted replaced
2918:01e64f5ca043 2919:b67d3a44262a
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 232,
712 /**/ 714 /**/
713 231, 715 231,
714 /**/ 716 /**/
715 230, 717 230,
716 /**/ 718 /**/