We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45df676 commit df040b1Copy full SHA for df040b1
stdlib/REPL/src/REPL.jl
@@ -1085,7 +1085,7 @@ function setup_interface(
1085
if n <= 0 || n > length(linfos) || startswith(linfos[n][1], "REPL[")
1086
@goto writeback
1087
end
1088
- InteractiveUtils.edit(linfos[n][1], linfos[n][2])
+ InteractiveUtils.edit(Base.fixup_stdlib_path(linfos[n][1]), linfos[n][2])
1089
LineEdit.refresh_line(s)
1090
return
1091
@label writeback
0 commit comments