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."
458
458
" ns" ,(cider-current-ns)
459
459
" symbol" , str
460
460
" 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 ))))
462
463
(nrepl-dict-get dict " completions" )))
463
464
464
465
(defun cider-sync-request:complete-flush-caches ()
@@ -486,7 +487,8 @@ CONTEXT represents a completion context for compliment."
486
487
,@(when symbol `(" symbol" , symbol ))
487
488
,@(when class `(" class" , class ))
488
489
,@(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 ))))
490
492
(if (member " no-eldoc" (nrepl-dict-get eldoc " status" ))
491
493
nil
492
494
eldoc)))
You can’t perform that action at this time.
0 commit comments