commit | bef93ac9dbfb98193ddb315c50523f1af01a517d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 20:17:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 20:17:35 2019 +0100 |
tree | e20d644144916affab27f34da5631827aac9268d | |
parent | 9a838fe543b69582b0773f7c38a57f16fb32d765 [diff] [blame] |
patch 8.1.2399: info popup on top of cursor if it doesn't fit Problem: Info popup on top of cursor if it doesn't fit. Solution: Hide the popup if it doesn't fit.
diff --git a/src/version.c b/src/version.c index 0cb4bdd..4ca28a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2399, +/**/ 2398, /**/ 2397,