Fix lein stacktrace parsing without live REPL
This commit is contained in:
parent
eb27299bd9
commit
5a86ec2c81
@ -1353,7 +1353,7 @@ function! s:leiningen_init() abort
|
|||||||
compiler lein
|
compiler lein
|
||||||
|
|
||||||
if exists('classpath#from_vim')
|
if exists('classpath#from_vim')
|
||||||
let s:leiningen_paths[b:leiningen_root] = classpath#from_vim(&path)
|
let s:leiningen_paths[b:leiningen_root] = classpath#split(classpath#from_vim(&path))
|
||||||
endif
|
endif
|
||||||
call s:leiningen_connect()
|
call s:leiningen_connect()
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user