mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
startuptime: move code to profile.{c,h} + doc
It's a better place to put it. Also slightly documented and reformatted, but not changed.
This commit is contained in:

committed by
Justin M. Keyes

parent
c7eb8c5cd7
commit
a001510382
@@ -116,12 +116,6 @@
|
||||
# define mch_open_rw(n, f) os_open((n), (f), 0)
|
||||
#endif
|
||||
|
||||
#ifdef STARTUPTIME
|
||||
# define TIME_MSG(s) { if (time_fd != NULL) time_msg(s, NULL); }
|
||||
#else
|
||||
# define TIME_MSG(s)
|
||||
#endif
|
||||
|
||||
# define REPLACE_NORMAL(s) (((s) & REPLACE_FLAG) && !((s) & VREPLACE_FLAG))
|
||||
|
||||
# define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2))
|
||||
|
Reference in New Issue
Block a user