We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb45be commit 0865ae0Copy full SHA for 0865ae0
stdlib/REPL/src/REPL.jl
@@ -1248,7 +1248,7 @@ function setup_interface(
1248
@goto writeback
1249
end
1250
try
1251
- InteractiveUtils.edit(linfos[n][1], linfos[n][2])
+ InteractiveUtils.edit(Base.fixup_stdlib_path(linfos[n][1]), linfos[n][2])
1252
catch ex
1253
ex isa ProcessFailedException || ex isa Base.IOError || ex isa SystemError || rethrow()
1254
@info "edit failed" _exception=ex
0 commit comments