1
0
forked from aniani/vim

updated for version 7.3.940

Problem:    Python: Can't get position of window.
Solution:   Add window.row and window.col. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-12 19:30:31 +02:00
parent 99add41656
commit 4e5dfb5700
3 changed files with 13 additions and 2 deletions

View File

@@ -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.