summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-12 19:30:31 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-12 19:30:31 +0200
commit4e5dfb57002513735b771942492d6b03e137605a (patch)
treedc2ba520e847425f4ca9a46427733f793f320b6f /runtime
parent99add41656586d57360d1af8690ef84826b55f61 (diff)
downloadvim-git-4e5dfb57002513735b771942492d6b03e137605a.tar.gz
updated for version 7.3.940v7.3.940
Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/if_pyth.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index bf21f8cc4..dcdcf207f 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -400,6 +400,9 @@ Window attributes are:
This is zero in case it cannot be determined
(e.g. when the window object belongs to other
tab page).
+ row, col (read-only) On-screen window position in display cells.
+ First position is zero.
+
The height attribute is writable only if the screen is split horizontally.
The width attribute is writable only if the screen is split vertically.