Skip to content

Commit 3f8e1bd

Browse files
authored
add missing compat entry to edit (#54769)
1 parent 7e5d9a3 commit 3f8e1bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/InteractiveUtils/src/editless.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ Edit a file or directory optionally providing a line number to edit the file at.
223223
Return to the `julia` prompt when you quit the editor. The editor can be changed
224224
by setting `JULIA_EDITOR`, `VISUAL` or `EDITOR` as an environment variable.
225225
226+
!!! compat "Julia 1.9"
227+
The `column` argument requires at least Julia 1.9.
228+
226229
See also [`InteractiveUtils.define_editor`](@ref).
227230
"""
228231
function edit(path::AbstractString, line::Integer=0, column::Integer=0)

0 commit comments

Comments
 (0)