Prerequisites
Neovim version
NVIM v0.13.0-dev-726+ga69f2db773-Homebrew
Operating system
MacOS
Description
Pressing ]f gave me an error message: diff does not support binary files. I would hope to either skip the binary files OR do something sensible (show me "--binary" in a buffer or whatever git does).
In any case, I couldn't skip the binary file to continue my review, not even with 2]f to jump over it or similar.
Steps to reproduce
- Modify a text file a and a binary file b and commit it
Diff review ++layout=split HEAD^
]f
Health check
==============================================================================
diffs: ✅
diffs.nvim ~
- ✅ OK Neovim 0.9.0+ detected
- ✅ OK vim-fugitive detected
- libvscode_diff not found (optional, using native vim.diff fallback)
- difftastic not enabled (optional, set integrations.difftastic
Minimal reproduction
it did reproduce with this config.
Prerequisites
Neovim version
Operating system
MacOS
Description
Pressing
]fgave me an error message:diff does not support binary files. I would hope to either skip the binary files OR do something sensible (show me "--binary" in a buffer or whatever git does).In any case, I couldn't skip the binary file to continue my review, not even with
2]fto jump over it or similar.Steps to reproduce
Diff review ++layout=split HEAD^]fHealth check
Minimal reproduction