You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: warn about semver-like version on vim.pack.add error
When vim.pack.add fails, detect if user has semver-like version
strings (e.g., "1.*", "^1.0.0") and suggest using sem_version
instead. This helps users who may have confused the version field
(expects branch/tag/commit) with sem_version (semver ranges).
Also:
- Add utils.notify with consistent [zpack.nvim] prefix
- Remove redundant [zpack] prefix from deprecation messages
- Fix test framework to cleanup on failure (prevent cascading)
0 commit comments