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 7e5d9a3 commit 3f8e1bdCopy full SHA for 3f8e1bd
stdlib/InteractiveUtils/src/editless.jl
@@ -223,6 +223,9 @@ 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
+!!! 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)
0 commit comments