commit | 2e0f3ecb7046e6d7915327270f836c48ad033a67 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Nov 28 18:41:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 18:41:05 2021 +0000 |
tree | 1f86cc8fed54594eed7950e1c7b2aa6350a52a11 | |
parent | 59f4f9505ae7ca2499904b94100db103e5ada5a6 [diff] [blame] |
patch 8.2.3688: the window title is not updated when dragging the scrollbar Problem: The window title is not updated when dragging the scrollbar. Solution: Call maketitle(). (Christian Brabandt, closes #9238, closes #5383)
diff --git a/src/version.c b/src/version.c index 8972dbd..f43b33c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3688, +/**/ 3687, /**/ 3686,