From 64e5e595c4181d26e7ec0d81f604fc8a7f447dac Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 28 May 2019 12:30:06 +0200 Subject: feat(osurl): add replacement of bugs.python.org URLs. --- plugin/spec.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/spec.vim b/plugin/spec.vim index 17be0b0..87ae530 100644 --- a/plugin/spec.vim +++ b/plugin/spec.vim @@ -7,6 +7,7 @@ function! ReplaceURLs() 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 + s!https://bugs.python.org/issue\(\d\+\)!bpo#\1!e endfunction noremap gG :call ReplaceURLs() -- cgit