commit | c05d1c043a25c7a52dbf0a740d3f715a9d2691f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 18:38:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 18:38:06 2020 +0200 |
tree | 9b7868328d7e7600e75a33b5802ba5a975cb92dd | |
parent | fe136c9a85412f4bdb5de70ef8416af5fa382b28 [diff] [blame] |
patch 8.2.1591: using winheight('.') in tests works but is wrong Problem: Using winheight('.') in tests works but is wrong. Solution: Use winheight(0). (issue #6863)
diff --git a/src/version.c b/src/version.c index 53a3ed0..60c6294 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1591, +/**/ 1590, /**/ 1589,