Skip to content

Commit 3858887

Browse files
committed
rm open-browser dep in plugin browse
1 parent c6fe045 commit 3858887

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

autoload/aceforeverd/keymap/browse.vim

-7
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,8 @@ endfunction
8080

8181
""
8282
" open the uri
83-
" if open-browser.vim intalled, use openbrowser#open
84-
" otherwise, !open
8583
""
8684
function! aceforeverd#keymap#browse#open_uri(uri) abort
87-
if get(g:, 'loaded_openbrowser', 0) == 1
88-
call openbrowser#open(a:uri)
89-
return
90-
endif
91-
9285
let l:open = ''
9386
if has('mac')
9487
let l:open = 'open'

0 commit comments

Comments
 (0)