From 5213b65b9701bdbf118731e6c4c299826020db0f Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 1 Jan 2013 20:09:16 -0500 Subject: [PATCH] Fix :Apropos --- plugin/foreplay.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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