mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.