dstein64 / vim-startuptime

A plugin for profiling Vim and Neovim startup time.
MIT License
585 stars 11 forks source link

doesn't work in vim, works fine in neovim? #11

Closed jgb closed 2 years ago

jgb commented 2 years ago

Hello,

this plugin worked for me previously, but now it doesn't anymore (latest git version). In neovim it works fine, however in vim / gvim I just end up with this in a vsplit:

# vim-startuptime
Running: [100%]

Any ideas what might be wrong? I'm on vim/gvim 8.2.3995 on debian testing/unstable.

Greetings,

jgb

dstein64 commented 2 years ago

Thanks for reporting this @jgb!

I recently ported some functions to vim9script, which I think is causing the problem you've encountered.

To address the problem, I've updated the code in de7bc43350ea3ea25fddfe43a00224f7f850efa0 to check for a necessary Vim patch in order to use the vim9script functions.

I'll close this ticket. Please re-open and/or let me know if the update doesn't address the problem for you.