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:
@@ -314,9 +314,7 @@ DoRegisterName(Display *dpy, char_u *name)
|
||||
set_vim_var_string(VV_SEND_SERVER, name, -1);
|
||||
#endif
|
||||
serverName = vim_strsave(name);
|
||||
#ifdef FEAT_TITLE
|
||||
need_maketitle = TRUE;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
return -2;
|
||||
|
Reference in New Issue
Block a user