Releases: dstein64/vim-startuptime
Releases · dstein64/vim-startuptime
v2.1.0
- Add support for inconsistent events across tries.
- Show standard deviations when
tries>1
.
v2.0.2
- Update the check for WSL to run faster.
v2.0.1
- Add handling for exceptions.
v2.0.0
- 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
vim-startuptime
buffers now have option filetype=startuptime
.
v1.4.1
- Don't clobber the unnamed register.
1.4.0
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
Changelog
- Show warning when file navigation is not available.
v1.2.0
Changelog
- Add support for opening sourcing event files.
- Default key sequence is
<cr>
, but this can be customized.
v1.1.0
Changelog
- Fixed bugs
- Added documentation (
:help startuptime
)
- Modified syntax rules to improve speed
- Fail fast where applicable