Skip to content

Commit cf73608

Browse files
committed
Add cider-history command, based on browse-kill-ring
1 parent 3be9667 commit cf73608

10 files changed

+881
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add an option `cider-inspector-fill-frame` to control whether the cider inspector window fills its frame.
99
* [#1893](https://github.com/clojure-emacs/cider/issues/1893): Add negative prefix argument to `cider-refresh` to inhibit invoking of cider-refresh-functions
1010
* [#1776](https://github.com/clojure-emacs/cider/issues/1776): Add new customization variable `cider-test-defining-forms` allowing new test defining forms to be recognized.
11+
* [#1860](https://github.com/clojure-emacs/cider/issues/1860): Add `cider-repl-history` to browse the REPL input history and insert elements from it into the REPL buffer.
1112

1213
### Changes
1314

cider-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ Configure `cider-cljs-lein-repl' to change the ClojureScript REPL to use."]
274274
("Browse"
275275
["Browse namespace" cider-browse-ns]
276276
["Browse all namespaces" cider-browse-ns-all]
277+
["Browse REPL input history" cider-repl-history]
277278
["Browse classpath" cider-classpath]
278279
["Browse classpath entry" cider-open-classpath-entry]))
279280
"Menu for CIDER interactions.")

0 commit comments

Comments
 (0)