Skip to content

Releases: rhysd/vim-startuptime

v1.3.2

12 Feb 14:00
Compare
Choose a tag to compare

v1.3.1

06 Dec 09:03
3ab4578
Compare
Choose a tag to compare
  • 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 13:14
Compare
Choose a tag to compare

v1.2.0

03 Apr 16:25
Compare
Choose a tag to compare
  • 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 06:15
Compare
Choose a tag to compare
  • 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 08:45
Compare
Choose a tag to compare

First release 🎉