v1.3.2 - 12 Feb 2024
- Fix a parse error when using
vim-startuptime
with https://github.com/neovim/neovim/commit/8e739af064dec28886694aa448f60a570acd2173 or later. (#4)- The parser was broken by [the recent Neovim's change](neovim/neovim#26790 to
--startuptime
output format).
- The parser was broken by [the recent Neovim's change](neovim/neovim#26790 to
v1.3.1 - 06 Dec 2022
- Fix Vim does not exit on Windows by adding
-e
option (thanks @mattn, #3) - Replace newlines in error messages with spaces and avoid capitalizing error messages following the Go's error message convention
- Remove deprecated
io/util
imports
v1.3.0 - 11 Jul 2022
- Support Lua
require('...')
as script source. It was recently introduced to Neovim. (#2)
v1.2.0 - 03 Apr 2022
- Add
-verbose
flag to output the progress of measurements to stderr - Add support for LunarVim (thanks @runar-rkmedia, #1)
- Build binaries with the latest Go compiler 1.18.0
v1.1.0 - 12 Feb 2020
- New:
-warmup {count}
option was added for warm-up phase. Before collecting the results,vim-startuptime
runs the Vim/Neovim process{count}
times - Dev: Migrate CI to GitHub Actions
v1.0.0 - 06 Jun 2018
First release 🎉