aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/spec.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/spec.vim b/plugin/spec.vim
index b80378d..e8614ad 100644
--- a/plugin/spec.vim
+++ b/plugin/spec.vim
@@ -11,6 +11,7 @@ function! ReplaceURLs()
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
+ s!https://bugs.launchpad.net/\([^/]\+\)/+bug/\(\d\+\)!lp#\2!e
endfunction
noremap gG :call ReplaceURLs()<CR>