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 e91c066 commit 1c353f6Copy full SHA for 1c353f6
socket-repl-plugin/plugin/socketrepl.vim
@@ -5,12 +5,11 @@ let g:channel = -1
5
function! StartIfNotRunning()
6
if g:is_running == 0
7
echo 'starting plugin...'
8
- "TODO - This is a dirty hack. We should launch things without changing
9
- "the working directory.
10
exec ':cd ' . s:p_dir
11
exec ':cd ..'
12
let g:channel = rpcstart('java', ['-jar', 'socket-repl-plugin-0.1.0-SNAPSHOT-standalone.jar'])
13
let g:is_running = 1
+ call Connect()
14
endif
15
endfunction
16
0 commit comments