diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-07-20 18:12:45 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-20 18:12:45 -0400 |
commit | a9d679b1d703ff6213651e54e035fcf5ee8d88d0 (patch) | |
tree | e9880fffeb58d9795e96f42fe5b56547a0e8ddb5 /src/nvim/version.c | |
parent | c7eb8c5cd7efb12a8096418196408a60053ebc62 (diff) | |
parent | 2fcfee39ce56344477f835e57738284790cad305 (diff) | |
download | rneovim-a9d679b1d703ff6213651e54e035fcf5ee8d88d0.tar.gz rneovim-a9d679b1d703ff6213651e54e035fcf5ee8d88d0.tar.bz2 rneovim-a9d679b1d703ff6213651e54e035fcf5ee8d88d0.zip |
Merge #962 'Implement startuptime functions on top of profiling functions'
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 183e643753..c10fc970ab 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -145,11 +145,7 @@ static char *(features[]) = { "+scrollbind", "+signs", "+smartindent", -#ifdef STARTUPTIME "+startuptime", -#else // ifdef STARTUPTIME - "-startuptime", -#endif // ifdef STARTUPTIME "+statusline", "+syntax", "+tag_binary", |