Fix :Apropos
This commit is contained in:
parent
8757e41cf3
commit
5213b65b97
@ -853,7 +853,7 @@ function! s:Apropos(pattern) abort
|
|||||||
else
|
else
|
||||||
let pattern = '"' . a:pattern . '"'
|
let pattern = '"' . a:pattern . '"'
|
||||||
endif
|
endif
|
||||||
let matches = foreplay#evalparse('(apropos '.pattern.')')
|
let matches = foreplay#evalparse('(clojure.repl/apropos '.pattern.')')
|
||||||
if empty(matches)
|
if empty(matches)
|
||||||
return ''
|
return ''
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user