commit | 0baa7f1cd0aad0ff011d87340e24c678853b33ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 19:13:50 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 19:13:50 2011 +0200 |
tree | 3bf1ceaaac3faf676ca4037609866c8b48649c18 | |
parent | 8b3e0330ba1fee9ac6293f82f546e08be3f0799c [diff] [blame] |
updated for version 7.3.236 Problem: Python 3 doesn't compile without +multi_byte Solution: Use "latin1" when MULTI_BYTE is not defined. (lilydjwg)
diff --git a/src/version.c b/src/version.c index d76c4b3..a022ccd 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 236, +/**/ 235, /**/ 234,