mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
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:
@@ -1735,9 +1735,7 @@ set_fileformat(
|
||||
// This may cause the buffer to become (un)modified.
|
||||
check_status(curbuf);
|
||||
redraw_tabline = TRUE;
|
||||
#ifdef FEAT_TITLE
|
||||
need_maketitle = TRUE; // set window title later
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user