Skip to content

Commit 4386390

Browse files
authored
Merge pull request #5 from Milly/fix/connect
Revert arguments of denops#server#connect()
2 parents dc96e0a + bc970cf commit 4386390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/denops_shared_server.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function! denops_shared_server#install() abort
2323
call denops#util#info('wait 5 second for the shared server startup...')
2424
sleep 5
2525
call denops#util#info('connect to the shared server')
26-
call denops#server#connect(g:denops_server_addr)
26+
call denops#server#connect()
2727
call denops#util#info('stop the local server')
2828
call denops#server#stop()
2929
endfunction

0 commit comments

Comments
 (0)