Closed idbrii closed 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)
StartupTime --self --tries 10
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
--self
Thanks for reporting this.
This is fixed as of 38b6e0b8069f67c19389c113e11b69fbf9448b5a.
StartupTime --self --tries 10
produces: || Error detected while processing function || startuptime#StartupTime[8] ||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