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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221001144740.130501C03D0%40moolenaar.net.