diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-02-26 11:33:16 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:52:14 +0100 |
commit | a84c2b85ca02d49bb854b23dfed2bdabe8ea1b54 (patch) | |
tree | 5e249603f8663171a8689c0bb78fcb9977809319 /plugin/spec.vim | |
parent | 09158a2565f6f00fd65e145afe9f031d402c39f3 (diff) | |
download | vim-suse-changes-a84c2b85ca02d49bb854b23dfed2bdabe8ea1b54.tar.gz |
fix(osurl): bad workaround for Press ENTER message
Diffstat (limited to 'plugin/spec.vim')
-rw-r--r-- | plugin/spec.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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!<CR> +noremap gG :s!https://github.com/\(.*\)/\(issues\\|pull\)/\(\d\+\)!gh#\1#\3!<CR><CR> " for netrw let g:netrw_browsex_viewer='setsid osurl' |