commit | 8fcb60f961bdd134599fb016c6537fd496e800f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 04 13:18:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 04 13:18:30 2019 +0100 |
tree | f791063d60d09085ef5181a3b3763bd3f4afb4d2 | |
parent | 772153f8d85c83e08427d93460a676d7f079f002 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8722a83..6279847 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 994, +/**/ 993, /**/ 992,