commit | bd2d68c2f42c7689f681aeaf82606d17f8a0312f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 18 15:36:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 18 15:36:11 2019 +0200 |
tree | ef5f2d054266de7545c4e9317abb5cea5d080940 | |
parent | 7f3a28490abb7c495239fc438825e3d1aaafa76d [diff] [blame] |
patch 8.1.1347: fractional scroll position not restored after closing window Problem: Fractional scroll position not restored after closing window. Solution: Do restore fraction if topline is not one.
diff --git a/src/version.c b/src/version.c index fc1a5d5..6166c15 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1347, +/**/ 1346, /**/ 1345,