forked from aniani/vim
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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user