vim-patch:8.0.1364: there is no easy way to get the window position

Problem:    There is no easy way to get the window position.
Solution:   Add win_screenpos().
22044dc317
This commit is contained in:
Jan Edmund Lazo
2018-08-15 11:53:38 -04:00
parent b5cfac0894
commit b89c08901c
4 changed files with 32 additions and 0 deletions

View File

@@ -338,6 +338,7 @@ return {
win_gotoid={args=1},
win_id2tabwin={args=1},
win_id2win={args=1},
win_screenpos={args=1},
winbufnr={args=1},
wincol={},
winheight={args=1},