From 6930261dc8380061868c50a9511a55bdf15090e8 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 17 Feb 2023 23:06:51 +0100 Subject: feat(abbrevURL): parse also GitLab abbreviations --- osurl | 1 + 1 file changed, 1 insertion(+) (limited to 'osurl') 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/", -- cgit