Support new return value of classpath operator
This commit is contained in:
parent
db2e70ee3f
commit
04ce1b64af
@ -40,8 +40,8 @@ function! fireplace#nrepl#for(transport) abort
|
||||
endif
|
||||
if client.has_op('classpath')
|
||||
let response = client.message({'op': 'classpath'})[0]
|
||||
if type(get(response, 'value')) == type([])
|
||||
let client._path = response.value
|
||||
if type(get(response, 'classpath')) == type([])
|
||||
let client._path = response.classpath
|
||||
endif
|
||||
endif
|
||||
if !has_key(client, '_path')
|
||||
|
Loading…
Reference in New Issue
Block a user