summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-02-10 14:56:11 +0100
committerBram Moolenaar <Bram@vim.org>2021-02-10 14:56:11 +0100
commit82db31c10470b0e27d7039d15c32ed7e9417cc02 (patch)
tree7fb45f0c12a291615d822b48865fe696f1fac866 /src/version.c
parent4223d43c0fb6ead1e611e4469a1680a9228b6015 (diff)
downloadvim-git-82db31c10470b0e27d7039d15c32ed7e9417cc02.tar.gz
patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 382b923a9..9c738bffa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2491,
+/**/
2490,
/**/
2489,