We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2db55d commit 579a8ddCopy full SHA for 579a8dd
cider-repl.el
@@ -776,8 +776,8 @@ text property `cider-old-input'."
776
(narrow-to-region cider-repl-input-start-mark (point))
777
(let ((matching-delimiter nil))
778
(while (ignore-errors (save-excursion
779
- (backward-up-list 1)
780
- (setq matching-delimiter (cdr (syntax-after (point))))) t)
+ (backward-up-list 1)
+ (setq matching-delimiter (cdr (syntax-after (point))))) t)
781
(insert-char matching-delimiter))))
782
(cider-repl-return))
783
0 commit comments