diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2021-07-14 19:51:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:04:28 +0100 |
commit | 4b15ebd269a86f96a0940578c45d8346b069198a (patch) | |
tree | fdf16eab2dc11e80e1b7ed595aa50336189335c7 /osurl | |
parent | e07d2b364f5877c0689cd932d4191e1760bbf5c5 (diff) | |
download | vim-suse-changes-4b15ebd269a86f96a0940578c45d8346b069198a.tar.gz |
feat(osurl): add rhbz#<number> abbreviation.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ local patterns = { ["shp%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/patches/%2/", ["lp%SEP%NUM"] = "https://launchpad.net/bugs/%1", ["rh%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", + ["rhbz%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", ["tdf%SEP%NUM"] = "https://bugs.documentfoundation.org/show_bug.cgi?id=%1", ["pep%SEP%NUM"] = "https://www.python.org/dev/peps/pep-%1", } |