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:
parent
87b4e5c5db
commit
b850c39676
@ -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
|
||||
*/
|
||||
|
@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
633,
|
||||
/**/
|
||||
632,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user