0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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 #11256)
This commit is contained in:
rbtnn 2022-10-01 15:47:04 +01:00 committed by Bram Moolenaar
parent 87b4e5c5db
commit b850c39676
2 changed files with 3 additions and 1 deletions

View 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
*/

View File

@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
633,
/**/
632,
/**/