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
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Not an issue per se but an FYI that might suggest a code change.
Deciding if a URL supplied in a packager.add() call is a 'name/repo' for github or not may need to be expanded. Here's a couple of SSH based Git URLs that vim-packager currently misinterprets:
Not an issue per se but an FYI that might suggest a code change.
Deciding if a URL supplied in a packager.add() call is a 'name/repo' for github or not may need to be expanded. Here's a couple of SSH based Git URLs that vim-packager currently misinterprets:
My quick and dirty solution is to assume that no valid GitHUb 'name/repo' URL will contain either '@' or ':'.
The text was updated successfully, but these errors were encountered: