Description
Some issues around cider-switch-to-relevant-repl-buffer and cider-switch-to-repl-buffer.
This is around #361, where @vedang split cider-switch-to-relevant-repl-buffer out of cider-switch-to-repl-buffer.
-
In my setup, C-c C-z still calls cider-switch-to-relevant-repl-buffer, even though it's mapped to C-c C-Z. A little research makes me think both C-c C-Z and C-c C-z cannot co-exist mapped to different actions. Users might now be using the "relevance" feature without realising it's the unintended function.
-
There is no mention of C-c C-Z in the README.
-
In the readme I think C-u C-u C-c C-z is wrong. C-u C-c C-Z does what is described, and now there is no way of doing both selecting a project-dir via IDO and switching to the NS based on the current NS. This may not be a big deal but the docstrings are incorrect.
-
The if statement in cider-switch-to-relevant-repl-buffer now has 3 clauses. It seems to work still but I'm not entirely sure why.