commit | 9581b5f70ea311bba35c537f0111a15bc96249c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 15:36:04 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 15:36:04 2012 +0200 |
tree | febeed7fa7e980c45d48aad5396e8f261a51b990 | |
parent | 641e28615398a960b810ec53a50398a63a3d2f68 [diff] [blame] |
updated for version 7.3.611 Problem: Can't use Vim dictionary as self argument in Python. Solution: Fix the check for the "self" argument. (ZyX)
diff --git a/src/version.c b/src/version.c index 9ce83e7..ed205bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 611, +/**/ 610, /**/ 609,