Skip to content

Commit

Permalink
Update comment. Remove --no-sourcing-events and --no-other-events.
Browse files Browse the repository at this point in the history
The Startup() function doesn't have the scope to control whether those
impact results.
  • Loading branch information
dstein64 committed Feb 11, 2024
1 parent 9852e82 commit 6ce18e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/startuptime.vim
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ function! s:Extract(file) abort
endfunction

" 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).
" result is independent of the options used (e.g., using --no-sourced doesn't
" impact the result).
function! s:Startup(items) abort
let l:times = []
for l:item in a:items
Expand Down

0 comments on commit 6ce18e1

Please sign in to comment.