Closed
Description
cider-nrepl/src/cider/nrepl/middleware/apropos.clj
Lines 21 to 22 in d18a6e8
If there is no search
this will generate (?i:null)
which doesn't match much. It should do a when
around the search
first.
cider-nrepl/src/cider/nrepl/middleware/apropos.clj
Lines 21 to 22 in d18a6e8
If there is no search
this will generate (?i:null)
which doesn't match much. It should do a when
around the search
first.