aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-20 18:12:45 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-20 18:12:45 -0400
commita9d679b1d703ff6213651e54e035fcf5ee8d88d0 (patch)
treee9880fffeb58d9795e96f42fe5b56547a0e8ddb5 /src/nvim/eval.c
parentc7eb8c5cd7efb12a8096418196408a60053ebc62 (diff)
parent2fcfee39ce56344477f835e57738284790cad305 (diff)
downloadrneovim-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/eval.c')
-rw-r--r--src/nvim/eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index e72dd60dcf..77f327c124 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -9731,9 +9731,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
"cmdline_info",
"signs",
"smartindent",
-#ifdef STARTUPTIME
"startuptime",
-#endif
"statusline",
"spell",
"syntax",