You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cider-repl-type` does not initially get set differently for the two
repls created by `cider-jack-in-clojurescript`. If the major mode of
the current buffer is definitely Clojure or ClojureScript, use the
matching REPL connection for that type, if there is one open. If the
major mode is not either of those modes, only then determine the
appropriate connection by looking at `cider-repl-type`.
Thanks to @rfkm for the suggestion for the change
(003adaa#commitcomment-15082109)!
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# Changelog
2
2
3
-
## 0.10.1 / (unreleased)
3
+
## 0.10.2 / (unreleased)
4
+
5
+
### Changes
6
+
7
+
*`cider-current-connection` actually, really considers major mode before `cider-repl-type`.
8
+
9
+
## 0.10.1 / 2015-01-05
4
10
5
11
### Changes
6
12
7
13
* Suppress eldoc when the current sexp seems to be too large.
8
14
*[#1500](https://github.com/clojure-emacs/cider/pull/1500): Improve the performance of REPL buffers by using text properties instead of overlays for ANSI coloring.
15
+
*`cider-current-connection` considers major mode before `cider-repl-type`.
0 commit comments