Patch 9.0.0633

3 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 1, 2022, 10:47:52 AM10/1/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages