Skip to content

Commit

Permalink
Fix: can't open filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Apr 30, 2016
1 parent 6cb4bd3 commit ab2a06a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autoload/openbrowser.vim
Expand Up @@ -44,9 +44,6 @@ function! openbrowser#open(uri) "{{{
return
endif
let uriobj = s:URI.new_from_uri_like_string(a:uri, s:NONE)
if uriobj is s:NONE
return
endif
else
return
endif
Expand Down

0 comments on commit ab2a06a

Please sign in to comment.