commit | 8c6173c7d3431dd8bc2b6ffc076ef49512a7e175 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 22:08:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 22:08:34 2019 +0200 |
tree | ea731594d1036e094132f9d0816e30b9717f5405 | |
parent | b5432d8968bda70fc20ebb5e136e367d174d1c4e [diff] [blame] |
patch 8.1.1949: cannot scroll a popup window to the very bottom Problem: Cannot scroll a popup window to the very bottom. Solution: Scroll to the bottom when the "firstline" property was set to -1. (closes #4577) Allow resetting min/max width/height.
diff --git a/src/version.c b/src/version.c index f9e0f7b..c406005 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1949, +/**/ 1948, /**/ 1947,