Skip to content

Commit

Permalink
patch 8.2.3691: build failure with small features
Browse files Browse the repository at this point in the history
Problem:    Build failure with small features.
Solution:   Add #ifdef. (Dominique Pellé)
  • Loading branch information
brammool committed Nov 28, 2021
1 parent 06bffe8 commit f566666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui.c
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -757,6 +757,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3691,
/**/
3690,
/**/
Expand Down

0 comments on commit f566666

Please sign in to comment.