vnews 0.3.4 → 0.3.5

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/README.markdown CHANGED
@@ -1,7 +1,6 @@
1
1
  # Vnews
2
2
 
3
- Vnews is a fast, lightweight newsfeed reader built on top of Vim and
4
- MySQL.
3
+ Vnews is a newsfeed reader built on top of Vim and MySQL.
5
4
 
6
5
  [screenshots]
7
6
 
data/lib/vnews.vim CHANGED
@@ -91,6 +91,8 @@ function! s:create_list_window()
91
91
  command! -bar -nargs=0 -range VNDelete :<line1>,<line2>call s:delete_item()
92
92
  command! -bar -nargs=0 -range VNConcat :<line1>,<line2>call s:cat_items()
93
93
  nnoremap <silent> <buffer> <leader>x :%VNConcat<CR>
94
+ nnoremap <buffer> <leader>h :call <SID>show_item_under_cursor(1)<CR>:normal Gk<CR>:call <SID>find_next_href_and_open()<CR>:wincmd p<CR>
95
+ nnoremap <buffer> <leader>H :call <SID>show_item_under_cursor(1)<CR>:normal Gk<CR>:exec "silent botright vsplit ". matchstr(expand("<cWORD>"), 'https\?:[^ >)\]]\+')<cr>
94
96
 
95
97
  call s:common_mappings()
96
98
  if !exists("g:VnewsStarredColor")
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-23 00:00:00 -05:00
17
+ date: 2011-02-24 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency