We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5944537 commit cc2510cCopy full SHA for cc2510c
cider-client.el
@@ -474,7 +474,7 @@ CONTEXT represents a completion context for compliment."
474
,@(when symbol `("symbol" ,symbol))
475
,@(when class `("class" ,class))
476
,@(when member `("member" ,member)))
477
- (cider-nrepl-send-sync-request))))
+ (cider-nrepl-send-sync-request (cider-current-repl)))))
478
(if (member "no-info" (nrepl-dict-get var-info "status"))
479
nil
480
var-info)))
0 commit comments