forked from aniani/vim
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
Problem: The +title feature adds a lot of #ifdef but little code. Solution: Graduate the +title feature.
This commit is contained in:
@@ -2746,8 +2746,7 @@ report_re_switch(char_u *pat)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if (defined(FEAT_X11) && (defined(FEAT_TITLE) || defined(FEAT_XCLIPBOARD))) \
|
||||
|| defined(PROTO)
|
||||
#if defined(FEAT_X11) || defined(PROTO)
|
||||
/*
|
||||
* Return whether "prog" is currently being executed.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user