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 d3873c4 commit 76b15f6Copy full SHA for 76b15f6
cider-repl.el
@@ -1054,7 +1054,7 @@ regexes from `cider-locref-regexp-alist' to infer locations at point."
1054
;; when not found, return the file detected by regexp
1055
(plist-get loc :file))))
1056
(if file
1057
- (cider--jump-to-loc-from-info (nrepl-dict "file" file "line" line))
+ (cider--jump-to-loc-from-info (nrepl-dict "file" file "line" line) t)
1058
(error "No source location for %s" var)))
1059
(user-error "No location reference at point")))
1060
0 commit comments