You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cwd is not the repository root, buffer_history_preview shows the list of commits but no diffs. The reason is that git show isn't called correctly in this case. The following change fixes the issue with buffer_history_preview for me:
Description
When cwd is not the repository root,
buffer_history_preview
shows the list of commits but no diffs. The reason is that git show isn't called correctly in this case. The following change fixes the issue withbuffer_history_preview
for me:NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Run "nvim -V1 -v" for more info
Arch Linux
The text was updated successfully, but these errors were encountered: