diff --git a/plugin/foreplay.vim b/plugin/foreplay.vim index 1e93827..0c43fc7 100644 --- a/plugin/foreplay.vim +++ b/plugin/foreplay.vim @@ -853,7 +853,7 @@ function! s:Apropos(pattern) abort else let pattern = '"' . a:pattern . '"' endif - let matches = foreplay#evalparse('(apropos '.pattern.')') + let matches = foreplay#evalparse('(clojure.repl/apropos '.pattern.')') if empty(matches) return '' endif