Skip to content

Releases: dstein64/vim-startuptime

v2.1.0

06 Jul 22:32
Compare
Choose a tag to compare
  • Add support for inconsistent events across tries.
  • Show standard deviations when tries>1.

v2.0.2

11 Jan 22:40
Compare
Choose a tag to compare
  • Update the check for WSL to run faster.

v2.0.1

10 Jan 06:42
Compare
Choose a tag to compare
  • Add handling for exceptions.

v2.0.0

17 Nov 00:22
Compare
Choose a tag to compare
  • Change default key bindings.
    ** K now shows more info (instead of <space>).
    ** gf now navigates to the corresponding file (instead of <cr>).
  • Use coarser Unicode block characters on Windows, since they fine block characters were not displaying properly.

v1.5.0

20 May 00:46
Compare
Choose a tag to compare
  • vim-startuptime buffers now have option filetype=startuptime.

v1.4.1

14 May 01:33
Compare
Choose a tag to compare
  • Don't clobber the unnamed register.

1.4.0

02 Feb 04:12
Compare
Choose a tag to compare

Changelog

  • Use Vim 8.2's text properties or Neovim's nvim_buf_add_highlight() function for syntax highlighting, to reduce lag when navigating within the buffer.
    • Processing is done once (as opposed to processing on each screen redrawing) and doesn't require pattern matching.
    • As a fallback, the existing pattern-based syntax highlighting will still be used when the other approaches are not available.

v1.3.0

29 Jan 17:40
Compare
Choose a tag to compare

Changelog

  • Show warning when file navigation is not available.

v1.2.0

29 Jan 07:13
Compare
Choose a tag to compare

Changelog

  • Add support for opening sourcing event files.
    • Default key sequence is <cr>, but this can be customized.

v1.1.0

29 Jan 02:42
Compare
Choose a tag to compare

Changelog

  • Fixed bugs
  • Added documentation (:help startuptime)
  • Modified syntax rules to improve speed
  • Fail fast where applicable