tanvirtin / vgit.nvim

Visual git plugin for Neovim
MIT License
583 stars 11 forks source link

certain buffers do not react to selection moving up and down #326

Closed vE5li closed 5 months ago

vE5li commented 1 year ago

The project_diff_preview, buffer_history_preview, and project_hunks_preview only change the selection when using j and k. When moving the with the arrow keys for example, only the visual selection changes. When you move the selection with the arrow keys and then press j or k the correct item will be selected.

This worked fine until two days ago so I believe that this is a regression from the recent changes.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tanvirtin commented 5 months ago

Closed by: https://github.com/tanvirtin/vgit.nvim/pull/357