commit | cabf80ff2f20ff6e7da237daf8c2a0cc358592eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:18:33 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:18:33 2013 +0200 |
tree | 55c18c253da96281fc7a8612e349094facb300b8 | |
parent | 105bc355a6713b5c09b52776bf8f92a15a81f49c [diff] [blame] |
updated for version 7.3.964 Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX)
diff --git a/src/version.c b/src/version.c index b20a4f5..4fc77b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962,