commit | 907dad72ef9d29422352fb74ba156e7085a3fc71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:07:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:07:15 2018 +0200 |
tree | 87f564906e64ad84b4c09a941f3fd873784570a9 | |
parent | 6259e5769dd50d8a3b5b99f553bab34ff5c8a6ce [diff] [blame] |
patch 8.1.0174: after paging up and down fold line is wrong Problem: After paging up and down fold line is wrong. Solution: Correct the computation of w_topline and w_botline. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index de6f550..6b422e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 174, +/**/ 173, /**/ 172,