Open
Description
Description
After running :NeogitLog
, once you have all history loaded, when you type +
for "show more history", the log is appended to the existing list.
Neovim version
NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1748459687
Operating system and version
Ubuntu 20.04.6 LTS on WSL2
Steps to reproduce
- Open a file tracked by git
- Run command
:NeogitLog
- Ensure all logs are shown
- Note that the prompt for loading more history is still being shown
- Type
+
to try and load more anyway - It will start back at the top and output to the log buffer
Expected behavior
- Message to load more is hidden when all history is displayed / reached the end of history
- If attempting to load more, do not append already-loaded history into the list
Actual behavior
- Message to load more is shown when all history has already been loaded
- Loading more after this point adds duplicates to the list