diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-04-26 15:52:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:54:52 +0100 |
commit | dbf59ccb069ae5376be7da223cb5a92718938c46 (patch) | |
tree | b5c2445a496eef54292dc4b31260124c769a101c /osurl | |
parent | f295fe63b780d2f08782ead523d89c41d4409750 (diff) | |
download | vim-suse-changes-dbf59ccb069ae5376be7da223cb5a92718938c46.tar.gz |
feat(osurl): add gitlab.com reference gl#project#ID
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ local patterns = { ["bdo#%NUM"] = "https://build.opensuse.org/request/show/%1", ["jsc#%JIRID"] = "https://jira.suse.de/browse/%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", + ["gl#%NONHASH#%WORD"] = "https://gitlab.com/%1/issues/%2", ["bt#%NONHASH#%WORD"] = "https://bitbucket.org/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", ["rh#%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", |