summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gui.c b/src/gui.c
index 17f4e9506c..616f6022bd 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -4413,8 +4413,10 @@ gui_update_scrollbars(
}
}
+#ifdef FEAT_TITLE
// update the title, it may show the scroll position
maketitle();
+#endif
prev_curwin = curwin;
--hold_gui_events;
diff --git a/src/version.c b/src/version.c
index d7c2d69801..e7f2c749c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3691,
+/**/
3690,
/**/
3689,