diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/", |