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 5d29173 commit d8b831dCopy full SHA for d8b831d
stdlib/REPL/src/REPL.jl
@@ -1203,7 +1203,7 @@ function setup_interface(
1203
@goto writeback
1204
end
1205
try
1206
- InteractiveUtils.edit(linfos[n][1], linfos[n][2])
+ InteractiveUtils.edit(Base.fixup_stdlib_path(linfos[n][1]), linfos[n][2])
1207
catch ex
1208
ex isa ProcessFailedException || ex isa Base.IOError || ex isa SystemError || rethrow()
1209
@info "edit failed" _exception=ex
0 commit comments