Releases: rhysd/vim-startuptime
Releases · rhysd/vim-startuptime
v1.3.2
- Fix a parse error when using
vim-startuptime
with neovim/neovim@8e739af or later. (#4)- The parser was broken by the recent Neovim's change to
--startuptime
output format.
- The parser was broken by the recent Neovim's change to
v1.3.1
v1.3.0
- Support Lua
require('...')
as script source. It was recently introduced to Neovim. (#2)
v1.2.0
- 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