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.
- data/lib/vmail.vim +1 -1
- data/lib/vmail/version.rb +1 -1
- 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\?:[
|
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