commit | cc3e85f169ba44a6ac4b66c6fbb1774f7f7ae0db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 19:14:52 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 19:14:52 2012 +0200 |
tree | ec60db35fdb000f32648cc45dfea8ee629332666 | |
parent | 3cd3e7ab17535f48969b7e5467d5bbdebbecebed [diff] [blame] |
updated for version 7.3.581 Problem: Problems compiling with Python. Solution: Pick UCS2 or UCS4 function at runtime. (lilydjwg)
diff --git a/src/version.c b/src/version.c index 29943e3..6fc8775 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 581, +/**/ 580, /**/ 579,