]> granicus.if.org Git - vim/commitdiff
patch 9.0.0633: FEAT_TITLE was removed but is still used v9.0.0633
authorrbtnn <naru123456789@gmail.com>
Sat, 1 Oct 2022 14:47:04 +0000 (15:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Oct 2022 14:47:04 +0000 (15:47 +0100)
Problem:    FEAT_TITLE was removed but is still used.
Solution:   Remove FEAT_TITLE. (Naruhiko Nishino, closes #11256)

src/gui_gtk_x11.c
src/version.c

index 945cb09ca925a293ce1f0a91eba144a90e865edb..736d1c7a270745586e5d285ac747ee28012eb4ec 100644 (file)
@@ -6159,7 +6159,7 @@ gui_mch_haskey(char_u *name)
     return FAIL;
 }
 
-#if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
+#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Return the text window-id and display.  Only required for X-based GUI's
  */
index 894840e08621882224b0c83fd5147b96f885ae66..6778ce62b896f87d0021b885c371a650dbda9b90 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    633,
 /**/
     632,
 /**/