mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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.