commit | 9f3685a527c9293b05c8ad7a6a4a7c2fa8b3b8b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 14:20:36 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 14:20:36 2013 +0200 |
tree | 4a01e3e62a1ecc504d835720319f0a26f71c041c | |
parent | 0ea4a6b94b6f7a13ef5027b43c36bda0836b51af [diff] [blame] |
updated for version 7.3.1172 Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
diff --git a/src/version.c b/src/version.c index c6ef1bd..9d7750e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1172, +/**/ 1171, /**/ 1170,