commit | 22044dc31788d9f1c2da7725269884d9923b4795 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 15:43:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 15:43:37 2017 +0100 |
tree | 494741760117a459b7dd197e2bcb1e3ed9d87cc5 | |
parent | af903e5d490ec9c6c49079f67de7e92e3c35a725 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 8587b4d..e85058e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1364, +/**/ 1363, /**/ 1362,