changeset 30596:2cad2913c7c1 v9.0.0633

patch 9.0.0633: FEAT_TITLE was removed but is still used Commit: https://github.com/vim/vim/commit/b850c39676db21c6f1aa3afed0e2e48d407dd60e Author: rbtnn <naru123456789@gmail.com> Date: Sat Oct 1 15:47:04 2022 +0100 patch 9.0.0633: FEAT_TITLE was removed but is still used Problem: FEAT_TITLE was removed but is still used. Solution: Remove FEAT_TITLE. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/11256)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Oct 2022 17:00:03 +0200
parents dea0b7889674
children 1e1b0454599d
files src/gui_gtk_x11.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -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
  */
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    633,
+/**/
     632,
 /**/
     631,