aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl1
1 files changed, 1 insertions, 0 deletions
diff --git a/osurl b/osurl
index f8ff71e..4b934c1 100755
--- a/osurl
+++ b/osurl
@@ -32,6 +32,7 @@ local patterns = {
["gh%SEP%NONHASH%AT%WORD"] = "https://github.com/%1/commit/%2",
["gh%SEP%NONHASH%DOL%WORD"] = "https://github.com/%1/discussions/%2",
["gl%SEP%NONHASH%SEP%WORD"] = "https://gitlab.com/%1/issues/%2",
+ ["gl%SEP%NONHASH%DOL%WORD"] = "https://gitlab.com/%1/-/merge_requests/%2",
["bt%SEP%NONHASH%SEP%WORD"] = "https://bitbucket.org/%1/issues/%2",
["sh%SEP%NUM"] = "http://sourceforge.net/support/tracker.php?aid=%1",
["shb%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/bugs/%2/",