diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2021-11-24 14:02:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:05:47 +0100 |
commit | a7a8ba7510743f36784f99c50914c16121a63475 (patch) | |
tree | 3b6455126944afc15233d4f43850fcf303bae457 /osurl | |
parent | 73f7022ca1a42c7c1556ad6463ee64b052e032cc (diff) | |
download | vim-suse-changes-a7a8ba7510743f36784f99c50914c16121a63475.tar.gz |
feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ local patterns = { ["sh%SEP%NUM"] = "http://sourceforge.net/support/tracker.php?aid=%1", ["shb%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/bugs/%2/", ["shp%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/patches/%2/", + ["sht%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/tickets/%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", |