Skip to content

Commit 76b15f6

Browse files
vspinubbatsov
authored andcommitted
Jump to other window when clicking on a locref in REPL
1 parent d3873c4 commit 76b15f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ regexes from `cider-locref-regexp-alist' to infer locations at point."
10541054
;; when not found, return the file detected by regexp
10551055
(plist-get loc :file))))
10561056
(if file
1057-
(cider--jump-to-loc-from-info (nrepl-dict "file" file "line" line))
1057+
(cider--jump-to-loc-from-info (nrepl-dict "file" file "line" line) t)
10581058
(error "No source location for %s" var)))
10591059
(user-error "No location reference at point")))
10601060

0 commit comments

Comments
 (0)