aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/spec.vim
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-04-02 13:06:18 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 16:54:30 +0100
commit7bddf7d6798dac77fb1331a89cd2dcf9415e57af (patch)
treec8fc851a78221aa4ca3d8446a17818aa510ebc61 /plugin/spec.vim
parent52709af35a04a7662a84083a3f1394f64973cea8 (diff)
downloadvim-suse-changes-7bddf7d6798dac77fb1331a89cd2dcf9415e57af.tar.gz
feat(osurl): add BitBucket
Diffstat (limited to 'plugin/spec.vim')
-rw-r--r--plugin/spec.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/spec.vim b/plugin/spec.vim
index c466597..0978c60 100644
--- a/plugin/spec.vim
+++ b/plugin/spec.vim
@@ -1,5 +1,6 @@
function! ReplaceURLs()
s!https://github.com/\(.*\)/\(issues\|pull\)/\(\d\+\)!gh#\1#\3!e
+ s!https://bitbucket.org/\(.*\)/issues/\(\d\+\)!bt#\1#\2!e
s!https://build.suse.com/request/show/\(\d*\)!bds#\1!e
s!https://build.opensuse.org/request/show/\(\d*\)!bdo#\1!e
s!https://bugzilla.opensuse.org/\(show_bug.cgi?id=\)\?\(\d*\)!boo#\2!e