Fix check for classpath function

This commit is contained in:
Tim Pope 2014-03-17 20:17:50 -04:00
parent 6fefd47170
commit b139d72da4
1 changed files with 1 additions and 1 deletions

View File

@ -1353,7 +1353,7 @@ function! s:leiningen_init() abort
compiler lein
if exists('classpath#from_vim')
if exists('*classpath#from_vim')
let s:leiningen_paths[b:leiningen_root] = classpath#split(classpath#from_vim(&path))
endif
call s:leiningen_connect()