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 a buffer with unsaved changes is discarded from Neogit, its contents do not update after closing the Neogit window. The changes are discarded, but the buffer still displays the old content until manually reloaded.
Is this an issue with my Neogit configuration, or could I have misconfigured something in my Neovim setup?
Description
When a buffer with unsaved changes is discarded from Neogit, its contents do not update after closing the Neogit window. The changes are discarded, but the buffer still displays the old content until manually reloaded.
Is this an issue with my Neogit configuration, or could I have misconfigured something in my Neovim setup?
Thanks!
Neovim version
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1736781742
Operating system and version
macOS 15.3.2
Steps to reproduce
x
).Expected behavior
The buffer content should update to match the file’s state in Git after discarding the changes.
Actual behavior
The buffer content still shows the changes that were discarded using the discard command.
Minimal config
The text was updated successfully, but these errors were encountered: