commit | 4e5dfb57002513735b771942492d6b03e137605a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 12 19:30:31 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 12 19:30:31 2013 +0200 |
tree | dc2ba520e847425f4ca9a46427733f793f320b6f | |
parent | 99add41656586d57360d1af8690ef84826b55f61 [diff] [blame] |
updated for version 7.3.940 Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
diff --git a/src/version.c b/src/version.c index 8e311b8..20239c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 940, +/**/ 939, /**/ 938,