Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jgb opened this issue Feb 14, 2022 · 1 comment
Closed

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

jgb opened this issue Feb 14, 2022 · 1 comment

Comments

@jgb
Copy link

jgb commented Feb 14, 2022

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 added a commit that referenced this issue Feb 14, 2022
That patch fixes the autoload mechanism for vim9script.
vim/vim@fe2ef0b
@dstein64
Copy link
Owner

dstein64 commented Feb 14, 2022

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 de7bc43 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants