Skip to content

Commit d8b831d

Browse files
rashidrafeekKristofferC
authored andcommitted
Fix REPL keybinding CTRL-Q for stdlib methods (#47637)
(cherry picked from commit 7514bcf)
1 parent 5d29173 commit d8b831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/REPL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ function setup_interface(
12031203
@goto writeback
12041204
end
12051205
try
1206-
InteractiveUtils.edit(linfos[n][1], linfos[n][2])
1206+
InteractiveUtils.edit(Base.fixup_stdlib_path(linfos[n][1]), linfos[n][2])
12071207
catch ex
12081208
ex isa ProcessFailedException || ex isa Base.IOError || ex isa SystemError || rethrow()
12091209
@info "edit failed" _exception=ex

0 commit comments

Comments
 (0)