commit | 13d5c3f6162694a7e925e66fc4eea35436643384 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 21:42:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 21:42:38 2019 +0200 |
tree | 79469cfdac66b18b84c8d63584196c3376425d7c | |
parent | b78564d0221089e6dfc9c9d58239c18b991ca9fe [diff] [blame] |
patch 8.1.1773: the preview popup window may be too far to the right Problem: The preview popup window may be too far to the right. Solution: Keep it inside the screen. Also keep the close button and scrollbar visible if possible.
diff --git a/src/version.c b/src/version.c index 29921e2..4463c38 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1773, +/**/ 1772, /**/ 1771,