We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881d8ce commit 8e51f48Copy full SHA for 8e51f48
autoload/denops_shared_server.vim
@@ -23,7 +23,7 @@ function! denops_shared_server#install() abort
23
call denops#util#info('wait 1 second for the shared server startup...')
24
sleep 1
25
call denops#util#info('connect to the shared server')
26
- call denops#server#connect()
+ call denops#server#connect(g:denops_server_addr)
27
call denops#util#info('stop the local server')
28
call denops#server#stop()
29
endfunction
0 commit comments