Skip to content

Commit

Permalink
Fix REPL keybinding CTRL-Q for stdlib methods (#47637)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7514bcf)
  • Loading branch information
rashidrafeek authored and KristofferC committed Nov 28, 2022
1 parent 5d29173 commit d8b831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/REPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ function setup_interface(
@goto writeback
end
try
InteractiveUtils.edit(linfos[n][1], linfos[n][2])
InteractiveUtils.edit(Base.fixup_stdlib_path(linfos[n][1]), linfos[n][2])
catch ex
ex isa ProcessFailedException || ex isa Base.IOError || ex isa SystemError || rethrow()
@info "edit failed" _exception=ex
Expand Down

0 comments on commit d8b831d

Please sign in to comment.