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
  • Loading branch information
rashidrafeek authored Nov 28, 2022
1 parent 99be295 commit 7514bcf
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 @@ -1248,7 +1248,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 7514bcf

Please sign in to comment.