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 9591961 commit c7bf7b8Copy full SHA for c7bf7b8
stdlib/InteractiveUtils/src/editless.jl
@@ -223,7 +223,10 @@ Edit a file or directory optionally providing a line number to edit the file at.
223
Return to the `julia` prompt when you quit the editor. The editor can be changed
224
by setting `JULIA_EDITOR`, `VISUAL` or `EDITOR` as an environment variable.
225
226
-See also [`define_editor`](@ref).
+!!! compat "Julia 1.9"
227
+ The `column` argument requires at least Julia 1.9.
228
+
229
+See also [`InteractiveUtils.define_editor`](@ref).
230
"""
231
function edit(path::AbstractString, line::Integer=0, column::Integer=0)
232
path isa String || (path = convert(String, path))
0 commit comments