vmail 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- 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