vmail 0.9.1 → 0.9.2

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/vmail.vim +1 -1
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +2 -2
data/lib/vmail.vim CHANGED
@@ -686,7 +686,7 @@ endfunc
686
686
  " maybe not DRY enough, but fix that later
687
687
  " also, come up with a more precise regex pattern for matching hyperlinks
688
688
  func! s:open_href(all) range
689
- let pattern = 'https\?:[^\s>)\]]\+'
689
+ let pattern = 'https\?:[^ >)\]]\+'
690
690
  let n = 0
691
691
  " range version
692
692
  if a:firstline < a:lastline
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 1
9
- version: 0.9.1
8
+ - 2
9
+ version: 0.9.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi