From 9852e820940aeb7ba0ca4b7a70f2c057f1cfe635 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 11 Feb 2024 01:32:32 -0500 Subject: [PATCH] Add more details to comment. --- autoload/startuptime.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autoload/startuptime.vim b/autoload/startuptime.vim index 61eeb90..7051336 100644 --- a/autoload/startuptime.vim +++ b/autoload/startuptime.vim @@ -421,7 +421,9 @@ function! s:Extract(file) abort endif endfunction -" Returns the average startup time of the data returned by s:Extract(). +" Returns the average startup time of the data returned by s:Extract(). The +" result is independent of the options used (e.g., using --no-sourced, +" --no-sourcing-events, --no-other-events doesn't impact the result). function! s:Startup(items) abort let l:times = [] for l:item in a:items