1
0
forked from aniani/vim

patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen"

Problem:    Status line of other window not redrawn when dragging it when
            'splitkeep' is set to "screen".
Solution:   Set w_redr_status earlier. (Luuk van Baal, closes #11635,
            closes #11632)
This commit is contained in:
Luuk van Baal
2022-11-28 16:49:36 +00:00
committed by Bram Moolenaar
parent 269aa2b29a
commit 74a694dbe2
4 changed files with 31 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
964,
/**/
963,
/**/