Skip to content

Releases: dstein64/vim-startuptime

v4.5.0

11 Feb 06:47

Choose a tag to compare

  • 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

12 Apr 04:54

Choose a tag to compare

  • Add a workaround for Neovim #23036.

v4.3.0

23 Aug 01:12

Choose a tag to compare

  • Add a way to extract plugin results. #15

v4.2.0

28 Jul 02:19

Choose a tag to compare

  • Dynamically size column to include all text when g:startuptime_event_width is 0.

v4.1.0

10 Jul 19:34

Choose a tag to compare

  • 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

15 Dec 05:25

Choose a tag to compare

  • Add Lua implementations for some functions.

v3.1.1

04 Dec 17:23

Choose a tag to compare

  • 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

06 Aug 16:46

Choose a tag to compare

  • 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

26 Jul 02:07

Choose a tag to compare

  • Add a line showing startup time.
  • Remove --self option and add --sourced option.

v2.2.0

07 Jul 20:34

Choose a tag to compare

  • Add command completion.