mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
startuptime: always enable startuptime
Removes the STARTUPTIME define.
This commit is contained in:

committed by
Justin M. Keyes

parent
ab1eec10a1
commit
fb15cbbaea
@@ -145,11 +145,7 @@ static char *(features[]) = {
|
||||
"+scrollbind",
|
||||
"+signs",
|
||||
"+smartindent",
|
||||
#ifdef STARTUPTIME
|
||||
"+startuptime",
|
||||
#else // ifdef STARTUPTIME
|
||||
"-startuptime",
|
||||
#endif // ifdef STARTUPTIME
|
||||
"+statusline",
|
||||
"+syntax",
|
||||
"+tag_binary",
|
||||
|
Reference in New Issue
Block a user