aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xosurl2
-rw-r--r--plugin/spec.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/osurl b/osurl
index 20e41e8..fcbf9a9 100755
--- a/osurl
+++ b/osurl
@@ -52,4 +52,4 @@ for k,v in pairs(patterns) do
end
local pat = Cs((bugpat + P(1))^0)
-os.execute("xdg-open " .. pat:match(arg[1]))
+os.execute("xdg-open " .. pat:match(arg[1]:lower()))
diff --git a/plugin/spec.vim b/plugin/spec.vim
index b319ac5..376e666 100644
--- a/plugin/spec.vim
+++ b/plugin/spec.vim
@@ -1,6 +1,6 @@
function! ReplaceURLs()
s!https://github.com/\(.*\)/\(issues\|pull\)/\(\d\+\)!gh#\1#\3!e
- s!https://gitlab.com/\(.*\)/\(issues\|pull\)/\(\d\+\)!gl#\1#\3!e
+ s!https://gitlab.com/\(.*\)/\(-/\)\?\(issues\|pull\)/\(\d\+\)!gl#\1#\4!e
s!https://\(sourceforge\|sf\).net/support/tracker.php?aid=\(\d\+\)!sh#\2!e
s!https://\(sourceforge\|sf\).net/p/\(.*\)/bugs/\(\d\+\)/!shb#\2#\3!e
s!https://\(sourceforge\|sf\).net/p/\(.*\)/patches/\(\d\+\)/!shp#\2#\3!e