commit | ac0ddc15e928bb2c9baf256e0cd073770512092f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 17:28:21 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 17:28:21 2012 +0200 |
tree | 08b498bf7dc095a86eb7cb4f1e2f1d6b4268ee73 | |
parent | 7c0a86b1e871a9546387252b5a33594fc17487aa [diff] [blame] |
updated for version 7.3.652 Problem: Workaround for Python crash isn't perfect. Solution: Change the type of the length argument. (Sean Estabrooks)
diff --git a/src/version.c b/src/version.c index 6afaf8d..37791e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 652, +/**/ 651, /**/ 650,