From 8bd4cff27ee98235eb531192927bc0e832b8cad9 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 9 May 2019 12:37:00 +0200 Subject: fix(osurl): it is jira.suse.com not jira.suse.de. --- plugin/spec.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/spec.vim') diff --git a/plugin/spec.vim b/plugin/spec.vim index 966e679..17be0b0 100644 --- a/plugin/spec.vim +++ b/plugin/spec.vim @@ -6,6 +6,7 @@ function! ReplaceURLs() s!https://build.opensuse.org/request/show/\(\d*\)!bdo#\1!e s!https://bugzilla.opensuse.org/\(show_bug.cgi?id=\)\?\(\d*\)!boo#\2!e s!https://bugzilla.suse.com/\(show_bug.cgi?id=\)\?\(\d*\)!bsc#\2!e + s!https://jira.suse.\(com\|de\)/browse/\(\d*\)!jsc#\2!e endfunction noremap gG :call ReplaceURLs() -- cgit