summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-27 20:06:57 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-27 20:06:57 +0200
commitb80d2fb0e7b9adec4cff1bc4e2d30635cb70502e (patch)
treee1f9ec44dcb05372ea01a3ec659ebd0bf8207b7f /src/version.c
parentb06b50dfa06e1cbefd634e2735e7cd5ddd5b911c (diff)
downloadvim-git-b80d2fb0e7b9adec4cff1bc4e2d30635cb70502e.tar.gz
patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815
Problem: Status line flickers when redrawing popup menu info. Solution: Do not redraw the status line when the focus is in the popup window. (issue #8144)
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 d1ece1191..a399369b5 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 */
/**/
+ 2815,
+/**/
2814,
/**/
2813,