mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

This commit prevents two things regarding the tagstack and jumping to locations: - Pushing the same item twice in a row - Pushing an item where the destination is the same as the source Both prevent having to press CTRL-T additional times just to pop items that don't make the cursor move.