commit | 74a694dbe20bb7dea4e06f474cf62e20f9c92f1d | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Nov 28 16:49:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 16:49:36 2022 +0000 |
tree | 380e37d2a79c0d6cc76977d9d156bd026299a0ff | |
parent | 269aa2b29ac3e4c0083d929e2477c95e7bd1177a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b51c904..e53ad97 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962,