Skip to content

Commit df87157

Browse files
committed
Show 'clock' last.
1 parent 74b4147 commit df87157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/startuptime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@ function! startuptime#ShowMoreInfo()
262262
else
263263
let l:item = b:item_map[l:line]
264264
call add(l:info_lines, 'event: ' . l:item.event)
265-
call add(l:info_lines, 'clock: ' . string(l:item.clock))
266265
for l:tfield in s:tfields
267266
if has_key(l:item, l:tfield)
268267
call add(l:info_lines, l:tfield . ': ' . string(l:item[l:tfield]))
269268
endif
270269
endfor
270+
call add(l:info_lines, 'clock: ' . string(l:item.clock))
271271
endif
272272
call add(l:info_lines, '* times are in milliseconds')
273273
let l:echo_list = []

0 commit comments

Comments
 (0)