commit | 1bcabe19a2be1a3fe324422e8c28db9e27715cb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:52:32 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:52:32 2013 +0200 |
tree | c56d01802c83096fcd1079eee5aef9b8dd6d7d72 | |
parent | a03e631120829db8be926bdd14095b4b4aef248a [diff] [blame] |
updated for version 7.3.1052 Problem: Python: possible SEGV and negative refcount. Solution: Python patch 13: Fix IterIter function. (ZyX)
diff --git a/src/version.c b/src/version.c index 7018739..9209f60 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1052, +/**/ 1051, /**/ 1050,