commit | 91805fc0db6b957c5bf688f2d96585eae9179999 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 04:01:44 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 04:01:44 2011 +0200 |
tree | a2f1ffeb73f0e945e194e925393f76d83db62fc9 | |
parent | 6e948a652d6729a32d64d4247b94b754f2fc03bd [diff] [blame] |
updated for version 7.3.232 Problem: Python doesn't compile without +multi_byte Solution: Use "latin1" when MULTI_BYTE is not defined.
diff --git a/src/version.c b/src/version.c index 1b99d27..17e7c31 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 232, +/**/ 231, /**/ 230,