To: vim_dev@googlegroups.com Subject: Patch 9.0.0633 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0633 Problem: FEAT_TITLE was removed but is still used. Solution: Remove FEAT_TITLE. (Naruhiko Nishino, closes #11256) Files: src/gui_gtk_x11.c *** ../vim-9.0.0632/src/gui_gtk_x11.c 2022-09-26 20:48:28.683453345 +0100 --- src/gui_gtk_x11.c 2022-10-01 15:43:49.084872249 +0100 *************** *** 6159,6165 **** return FAIL; } ! #if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO) /* * Return the text window-id and display. Only required for X-based GUI's */ --- 6159,6165 ---- return FAIL; } ! #if defined(FEAT_EVAL) || defined(PROTO) /* * Return the text window-id and display. Only required for X-based GUI's */ *** ../vim-9.0.0632/src/version.c 2022-10-01 15:32:42.539442245 +0100 --- src/version.c 2022-10-01 15:45:15.460575833 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 633, /**/ -- hundred-and-one symptoms of being an internet addict: 241. You try to look for Net Search even when you're in File Manager. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///