-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Bug] nightly nvim: DiffViewOpen fails to open #488
Comments
It works successfully on commit:
|
The reason this happened seems to indeed be because neovim/neovim#28470 introduced the speed optimization to Although ideally using |
@echasnovski thanks for the info! I've opened the PR #489 to fix this 👍 |
FYI #489 (comment) It looks like this error no longer occurs using deprecated functions on nvim nightly. |
Yes, because |
Description
:DiffViewOpen
fails with an error on Neovim nightlyExpected behavior
diff view opens successfully
Actual behavior
Steps to reproduce
Health check
Output of
:checkhealth diffview
Log info
Relevant info from
:DiffviewLog
Neovim version
Operating system and version
Darwin 23.4.0 arm64
Minimal config
The text was updated successfully, but these errors were encountered: