mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: reduce some globals #27406
This commit is contained in:
@@ -978,9 +978,7 @@ EXTERN const char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP"
|
||||
|
||||
EXTERN const char line_msg[] INIT(= N_(" line "));
|
||||
|
||||
EXTERN FILE *time_fd INIT(= NULL); // where to write startup timing
|
||||
#define STARTUP_TIME_BUF_SIZE 8192
|
||||
EXTERN char *startuptime_buf INIT(= NULL); // --startuptime buffer
|
||||
EXTERN FILE *time_fd INIT(= NULL); // Where to write --startuptime report.
|
||||
|
||||
// Some compilers warn for not using a return value, but in some situations we
|
||||
// can't do anything useful with the value. Assign to this variable to avoid
|
||||
|
Reference in New Issue
Block a user