summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-26 17:48:11 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-26 17:48:11 +0300
commitb9e485d979482f864c1896a0aef7c5d7d083e806 (patch)
tree7f9f992b390dfc73ed11f8fbf0c4048b012c30f3 /CHANGELOG.md
parent03657705562a9882c95e9ab9020fb0743fd4656d (diff)
[Fix #1220] Treat keywords as symbols in lookup commands
Basically, if the thing at point is `:clojure.core/str` we'll treat it as `clojure.core/str` in commands like `cider-find-var'.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19aeed1b..b057eca0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@
* [#732](https://github.com/clojure-emacs/cider/issues/732): `cider-quit` and `cider-restart` now operate on the current connection only. With a prefix argument they operate on all connections.
* [#1219](https://github.com/clojure-emacs/cider/pull/1219): The output of `cider-refresh` is now sent to a dedicated `*cider-refresh-log*` buffer.
* [#1219](https://github.com/clojure-emacs/cider/pull/1219): New custom variables `cider-refresh-before-fn` and `cider-refresh-after-fn`.
+* [#1220](https://github.com/clojure-emacs/cider/issues/1220): Treat keywords as symbols in lookup commands like `cider-find-var`.
### Changes