-
-
Notifications
You must be signed in to change notification settings - Fork 622
chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings #2788
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
Conversation
What needs to be done to get this merged @alex-courtis? I'd love to get that warning to go away every time nvim starts up on 0.10 |
Test please! How are you seeing the warning? I didn't know nvim could do that... |
Maybe I misunderstood the point of this PR. I thought this was to fix the same issue that I tried to fix in this PR: #2781 which was then reverted back. My pr fixed this error from showing on start or 0.10 and 0.9 users (I thought at least). But that message has come back since the above PR was reverted. Is this PR intended to fix the same issue? |
Yes, I had to revert that one as it broke 0.10 dev versions. That method was added / mutated during the dev cycle. It's the only vim api like that, all others were updated to use the new. We could do something like testing whether
Yes! That's what I'm after - how do you run that?
|
@ZacharyRizer I've not forgotten about you. We will get to the bottom of this:
|
fixes #2787
compat-nvim-0.8