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:
@@ -3082,9 +3082,7 @@ do_ecmd(
|
||||
// Even when cursor didn't move we need to recompute topline.
|
||||
changed_line_abv_curs();
|
||||
|
||||
#ifdef FEAT_TITLE
|
||||
maketitle();
|
||||
#endif
|
||||
#if defined(FEAT_PROP_POPUP) && defined(FEAT_QUICKFIX)
|
||||
if (WIN_IS_POPUP(curwin) && curwin->w_p_pvw && retval != FAIL)
|
||||
popup_set_title(curwin);
|
||||
|
Reference in New Issue
Block a user