File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- [ #3742 ] ( https://github.com/clojure-emacs/cider/issues/3742 ) : Restore syntax highlighting of result in the minibuffer.
13
13
- [ #3747 ] ( https://github.com/clojure-emacs/cider/issues/3747 ) : Fix errors when docstring is ` nil ` .
14
+ - [ #3757 ] ( https://github.com/clojure-emacs/cider/issues/3757 ) : Fix inspector's def-current-value selecting wrong REPL when multiple are connected.
14
15
15
16
## 1.16.0 (2024-09-24)
16
17
Original file line number Diff line number Diff line change @@ -388,7 +388,6 @@ current-namespace."
388
388
(interactive (let ((ns (cider-current-ns)))
389
389
(list (cider-inspector--read-var-name-from-user ns)
390
390
ns)))
391
- (setq cider-inspector--current-repl (cider-current-repl))
392
391
(when-let* ((result (cider-sync-request:inspect-def-current-val ns var-name 'v2 )))
393
392
(cider-inspector--render-value result 'v2 )
394
393
(message " Defined current inspector value as #'%s /%s " ns var-name)))
You can’t perform that action at this time.
0 commit comments