commit | 9e822c00b1fdf3e0604dbb520f593d8de6c15098 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:15:30 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:15:30 2013 +0200 |
tree | 2bfb2b78ea873331cc74f1d32183114b391c9aaf | |
parent | 3e734ea2c7d6bc78cf5d2851c1e4ddbad2e028d1 [diff] [blame] |
updated for version 7.3.1044 Problem: Python: No {Buffer,TabPage,Window}.valid attributes. Solution: Python patch 5: add .valid (ZyX)
diff --git a/src/version.c b/src/version.c index 4407e0e..b3bd874 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1044, +/**/ 1043, /**/ 1042,