Skip to content

Commit 8e51f48

Browse files
committed
Fixed argument of denops#server#connect()
1 parent 881d8ce commit 8e51f48

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 1 second for the shared server startup...')
2424
sleep 1
2525
call denops#util#info('connect to the shared server')
26-
call denops#server#connect()
26+
call denops#server#connect(g:denops_server_addr)
2727
call denops#util#info('stop the local server')
2828
call denops#server#stop()
2929
endfunction

0 commit comments

Comments
 (0)