Loading
vim/kakoune updaters: preserve src.tag metadata
Keep fetcher tag metadata when reading current plugin state from Nix. The updater needs to know whether a plugin was fetched by tag or by commit. Without carrying src.tag through, tagged sources are read back as if rev were always the canonical source identifier, which breaks tag-aware comparisons and cache behavior later in the update flow.