vnews 0.2.7 → 0.2.8

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.
Files changed (3) hide show
  1. data/lib/vnews.vim +2 -2
  2. data/lib/vnews/version.rb +1 -1
  3. metadata +2 -2
data/lib/vnews.vim CHANGED
@@ -103,12 +103,12 @@ function! s:create_item_window()
103
103
  nnoremap <silent> <buffer> q :call <SID>close_item_window()<cr>
104
104
  nnoremap <buffer> <leader>o :call <SID>find_next_href_and_open()<CR>
105
105
  " opens the linked item
106
- nnoremap <buffer> <leader>h :normal Gkk<CR>:call <SID>find_next_href_and_open()<CR>
106
+ nnoremap <buffer> <leader>h :normal Gk<CR>:call <SID>find_next_href_and_open()<CR>
107
107
  call s:common_mappings()
108
108
 
109
109
  " for netrw vertical split
110
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>
111
+ nnoremap <buffer> <leader>H :normal Gk<CR>:exec "silent botright vsplit ". matchstr(expand("<cWORD>"), 'https\?:[^ >)\]]\+')<cr>
112
112
  close
113
113
  endfunction
114
114
 
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 7
9
- version: 0.2.7
8
+ - 8
9
+ version: 0.2.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi