From a84c2b85ca02d49bb854b23dfed2bdabe8ea1b54 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 26 Feb 2019 11:33:16 +0100 Subject: fix(osurl): bad workaround for Press ENTER message --- plugin/spec.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/spec.vim b/plugin/spec.vim index 894b5c4..b31c814 100644 --- a/plugin/spec.vim +++ b/plugin/spec.vim @@ -1,4 +1,4 @@ -noremap gG :s!https://github.com/\(.*\)/\(issues\\|pull\)/\(\d\+\)!gh#\1#\3! +noremap gG :s!https://github.com/\(.*\)/\(issues\\|pull\)/\(\d\+\)!gh#\1#\3! " for netrw let g:netrw_browsex_viewer='setsid osurl' -- cgit