aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-11-24 14:02:17 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 17:05:47 +0100
commita7a8ba7510743f36784f99c50914c16121a63475 (patch)
tree3b6455126944afc15233d4f43850fcf303bae457 /osurl
parent73f7022ca1a42c7c1556ad6463ee64b052e032cc (diff)
downloadvim-suse-changes-a7a8ba7510743f36784f99c50914c16121a63475.tar.gz
feat(osurl,abbrevURL): add sht abbreviation for sourceforge.net tickets.
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl1
1 files changed, 1 insertions, 0 deletions
diff --git a/osurl b/osurl
index c999756..cff5282 100755
--- a/osurl
+++ b/osurl
@@ -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",