commit | 71700b8903a8ccd172ae739f53520b59fc153bca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 15 17:49:05 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 15 17:49:05 2013 +0200 |
tree | 962e55687d43f70d0f5c4b0f226db3cb523f4d8c | |
parent | a4720019cfca02fa0c04358daa562334bb716d57 [diff] [blame] |
updated for version 7.3.956 Problem: Python vim.bindeval() causes SIGABRT. Solution: Make pygilstate a local variable. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index b99117b..c7cb1fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 956, +/**/ 955, /**/ 954,