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 27b6067 commit 5de2e37Copy full SHA for 5de2e37
cider-repl.el
@@ -790,13 +790,10 @@ namespace to switch to."
790
(cider-current-ns))))
791
(when (or (not ns) (equal ns ""))
792
(user-error "No namespace selected"))
793
- (cider-nrepl-request:eval (format "(in-ns '%s)" ns)
794
- (cider-repl-switch-ns-handler
795
- (cider-current-connection)))
796
- (when (cider--cljc-or-cljx-buffer-p)
797
- (when-let ((other-connection (cider-other-connection)))
798
799
- (cider-repl-switch-ns-handler other-connection)))))
+ (cider-do-connections connection
+ (cider-nrepl-request:eval (format "(in-ns '%s)" ns)
+ (cider-repl-switch-ns-handler
+ connection))))
800
801
802
;;;;; History
0 commit comments