1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2018-07-15 17:01:11 +02:00
parent 44a693a1bd
commit 7132ddc101
4 changed files with 51 additions and 46 deletions

View File

@@ -789,6 +789,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
187,
/**/
186,
/**/