Files
vim-ale/internal
AJ ONeal 7f901fc9d5 fix(classify): fix amd64_vN regression — exclude dash form to avoid version number matches
amd64[_-]?v2 matched syncthing filenames like 'amd64-v2.0.5' where '-v2' is
the start of the release version, not an arch micro-level. Changed to amd64_?v2
(underscore optional, dash excluded) which correctly matches:
- amd64v2 (no separator, original form)
- amd64_v2 (underscore, pathman form)

But NOT amd64-v2.0.5 (dash + version number, syncthing).
2026-03-11 17:59:57 -06:00
..