1
0
forked from aniani/vim

patch 8.1.0994: relative cursor position is not calculated correctly

Problem:    Relative cursor position is not calculated correctly.
Solution:   Always set topline, also when window is one line only.
            (Robert Webb) Add more info to getwininfo() for testing.
This commit is contained in:
Bram Moolenaar
2019-03-04 13:18:30 +01:00
parent 772153f8d8
commit 8fcb60f961
5 changed files with 144 additions and 9 deletions

View File

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