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
|
endif
|
||||||
if client.has_op('classpath')
|
if client.has_op('classpath')
|
||||||
let response = client.message({'op': 'classpath'})[0]
|
let response = client.message({'op': 'classpath'})[0]
|
||||||
if type(get(response, 'value')) == type([])
|
if type(get(response, 'classpath')) == type([])
|
||||||
let client._path = response.value
|
let client._path = response.classpath
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if !has_key(client, '_path')
|
if !has_key(client, '_path')
|
||||||
|
Loading…
Reference in New Issue
Block a user