Skip to content

Commit

Permalink
[Fix #699] Changed interactive doc functions to give prompt.
Browse files Browse the repository at this point in the history
cider-doc, cider-grimoire, jump-to-var and other functions using
cider-read-symbol-name were not interactive without a prefix or
missing symbol.  cider-read-symbol-name now prompts with the
symbol at point as a default.
  • Loading branch information
EricGebhart committed Mar 19, 2015
1 parent 24a1b65 commit fdda554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
* [#953](https://github.com/clojure-emacs/cider/pull/953) Use `sshx` instead of `ssh` in `cider-select-endpoint`
* [#956](https://github.com/clojure-emacs/cider/pull/956) Eval full ns form only when needed.
* Enable annotated completion candidates by default.
* [#1031] (https://github.com/clojure-emacs/cider/pull/1031) Interactive functions prompt with
symbol at point as a default value.

### Bugs fixed

Expand Down

0 comments on commit fdda554

Please sign in to comment.