commit | b80d2fb0e7b9adec4cff1bc4e2d30635cb70502e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 27 20:06:57 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 27 20:06:57 2021 +0200 |
tree | e1f9ec44dcb05372ea01a3ec659ebd0bf8207b7f | |
parent | b06b50dfa06e1cbefd634e2735e7cd5ddd5b911c [diff] [blame] |
patch 8.2.2815: status line flickers when redrawing popup menu info 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)
diff --git a/src/version.c b/src/version.c index d1ece11..a399369 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2815, +/**/ 2814, /**/ 2813,