diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    232,
+/**/
     231,
 /**/
     230,