Fix logic for preserving ns
This commit is contained in:
parent
e6c1f9eac1
commit
25f17ac25d
@ -140,7 +140,7 @@ function! s:nrepl_eval(expr, ...) dict abort
|
||||
endif
|
||||
throw 'Clojure: Interrupt'
|
||||
endtry
|
||||
if has_key(response, 'ns') && !a:0
|
||||
if has_key(response, 'ns') && !has_key(options, 'ns')
|
||||
let self.ns = response.ns
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user