commit | 82db31c10470b0e27d7039d15c32ed7e9417cc02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 14:56:11 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 14:56:11 2021 +0100 |
tree | 7fb45f0c12a291615d822b48865fe696f1fac866 | |
parent | 4223d43c0fb6ead1e611e4469a1680a9228b6015 [diff] [blame] |
patch 8.2.2491: popup window for text property may show in first screen line Problem: Popup window for text property may show in first screen line. Solution: If the text position is invisible do not show the popup window. (closes #7807)
diff --git a/src/version.c b/src/version.c index 382b923..9c738bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2491, +/**/ 2490, /**/ 2489,