dstein64 / vim-startuptime

A plugin for viewing Vim and Neovim startup event timing information.
MIT License
594 stars 11 forks source link

--self argument isn't implemented #2

Closed idbrii closed 4 years ago

idbrii commented 4 years ago

StartupTime --self --tries 10 produces: || Error detected while processing function || startuptime#StartupTime[8] || 264_Options[22] || E605: Exception not caught: vim-startuptime: unknown argument (--self)

Looking at the code, --self isn't implemented in the options parser. https://github.com/dstein64/vim-startuptime/blob/master/autoload/startuptime.vim#L541-L555

dstein64 commented 4 years ago

Thanks for reporting this.

This is fixed as of 38b6e0b8069f67c19389c113e11b69fbf9448b5a.