commit | 7132ddc1014a4e1230f0080e418221e5843e1277 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 15 17:01:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 15 17:01:11 2018 +0200 |
tree | 639bf26cc5e7a66e8a6ac9776d8eff140fc1ee04 | |
parent | 44a693a1bdfe987edb649677c94c214f94b2aada [diff] [blame] |
patch 8.1.0187: getwininfo() and win_screenpos() return different numbers Problem: getwininfo() and win_screenpos() return different numbers. Solution: Add one to "wincol" and "winrow" from getwininfo().
diff --git a/src/version.c b/src/version.c index 08e39b4..559d8be 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 187, +/**/ 186, /**/ 185,