File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,8 @@ CONTEXT represents a completion context for compliment."
458458 " ns" ,(cider-current-ns)
459459 " symbol" , str
460460 " context" , context )
461- (cider-nrepl-send-sync-request nil 'abort-on-input ))))
461+ (cider-nrepl-send-sync-request (cider-current-repl)
462+ 'abort-on-input ))))
462463 (nrepl-dict-get dict " completions" )))
463464
464465(defun cider-sync-request:complete-flush-caches ()
@@ -486,7 +487,8 @@ CONTEXT represents a completion context for compliment."
486487 ,@(when symbol `(" symbol" , symbol ))
487488 ,@(when class `(" class" , class ))
488489 ,@(when member `(" member" , member )))
489- (cider-nrepl-send-sync-request nil 'abort-on-input ))))
490+ (cider-nrepl-send-sync-request (cider-current-repl)
491+ 'abort-on-input ))))
490492 (if (member " no-eldoc" (nrepl-dict-get eldoc " status" ))
491493 nil
492494 eldoc)))
You can’t perform that action at this time.
0 commit comments