commit | e9ba516be2873b80e51aa24cd6c25f9b29612695 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:02:22 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:02:22 2013 +0200 |
tree | 620ac235a6fe7dab512cfc871b7e63ba99bba761 | |
parent | 1bc2428e1f7782870ae9e304f0db2388fe4a5a14 [diff] [blame] |
updated for version 7.3.1042 Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX)
diff --git a/src/version.c b/src/version.c index 55f7afe..42198c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040,