vnews 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/vnews.vim +2 -2
- data/lib/vnews/version.rb +1 -1
- metadata +2 -2
data/lib/vnews.vim
CHANGED
|
@@ -107,8 +107,8 @@ function! s:create_item_window()
|
|
|
107
107
|
call s:common_mappings()
|
|
108
108
|
|
|
109
109
|
" for netrw vertical split
|
|
110
|
-
nnoremap
|
|
111
|
-
nnoremap
|
|
110
|
+
nnoremap <buffer> <leader>O :exec "silent botright vsplit ". matchstr(expand("<cWORD>"), 'https\?:[^ >)\]]\+')<cr>
|
|
111
|
+
nnoremap <buffer> <leader>H :normal Ckk<CR>:exec "silent botright vsplit ". matchstr(expand("<cWORD>"), 'https\?:[^ >)\]]\+')<cr>
|
|
112
112
|
close
|
|
113
113
|
endfunction
|
|
114
114
|
|
data/lib/vnews/version.rb
CHANGED