Skip to content

Commit cc2510c

Browse files
ak-corambbatsov
authored andcommitted
Detect the repl type in cider-sync-request:info based on the current buffer
1 parent 5944537 commit cc2510c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ CONTEXT represents a completion context for compliment."
474474
,@(when symbol `("symbol" ,symbol))
475475
,@(when class `("class" ,class))
476476
,@(when member `("member" ,member)))
477-
(cider-nrepl-send-sync-request))))
477+
(cider-nrepl-send-sync-request (cider-current-repl)))))
478478
(if (member "no-info" (nrepl-dict-get var-info "status"))
479479
nil
480480
var-info)))

0 commit comments

Comments
 (0)