Loading
vimPlugins.nvim-treesitter updater: compare tag-aware refs
Compare the current source ref using src.tag when present and fall back to src.rev otherwise. nvim-treesitter can now be represented by either a tag or a commit depending on how the updater selected its target. Comparing only rev makes the special-case skip logic treat equivalent tagged sources as mismatches.