diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-02-08 15:26:15 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:52:07 +0100 |
commit | 09158a2565f6f00fd65e145afe9f031d402c39f3 (patch) | |
tree | f7b31aa81529ae707de64517a490d5df267a4f20 /osurl | |
parent | d5d9ae900be162fd4185c696dbb16e9b113b5a6e (diff) | |
download | vim-suse-changes-09158a2565f6f00fd65e145afe9f031d402c39f3.tar.gz |
feat(osurl): add bugzilla.novell.com among supported targets
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ local patterns = { ["bko#%NUM"] = "http://bugzilla.kernel.org/show_bug.cgi?id=%1", ["bmo#%NUM"] = "http://bugzilla.mozilla.org/show_bug.cgi?id=%1", ["boo#%NUM"] = "http://bugzilla.opensuse.org/show_bug.cgi?id=%1", + ["bnc#%NUM"] = "http://bugzilla.novell.com/show_bug.cgi?id=%1", ["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", |