Releases: dstein64/vim-startuptime
Releases · dstein64/vim-startuptime
v4.5.0
- Add support for Neovim 0.10.
- Add an
--input-file
option for specifying a file that was generated by running (n)vim
with the --startuptime
argument. #19
v4.4.0
- Add a workaround for Neovim #23036.
v4.3.0
- Add a way to extract plugin results. #15
v4.2.0
- Dynamically size column to include all text when
g:startuptime_event_width
is 0.
v4.1.0
- Add
vim9script
implementations for some functions.
- Add support for
require(...)
entries added in Neovim #19267.
- Include debugging info for 0% progress. #13
v4.0.0
- Add Lua implementations for some functions.
v3.1.1
- Fix hanging when the current directory has a file with name "s", "t", "a", "r", "u", "p", "i", "m", or "e" (Issue #9).
v3.1.0
- Order output by start time instead of finish time, when the output is not sorted by execution time.
- Report start and finish times, and remove clock time (which was the same as the finish time).
v3.0.0
- Add a line showing startup time.
- Remove
--self
option and add --sourced
option.