commit | 9bcb70c18a740bf9d97a1420df5964618f218a89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 21:11:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 21:11:05 2019 +0200 |
tree | d30e627ced878e523bf4ed499396123a526a21ef | |
parent | 13b11eddcaf5176fb1127c8bc8f4b4f46bd05488 [diff] [blame] |
patch 8.1.1787: cannot resize a popup window Problem: Cannot resize a popup window. Solution: Allow for resizing by dragging the lower right corncer.
diff --git a/src/version.c b/src/version.c index 0e30df7..8ec7b41 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1787, +/**/ 1786, /**/ 1785,