Skip to content

Commit

Permalink
add missing compat entry to edit (#54769)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Jun 12, 2024
1 parent 7e5d9a3 commit 3f8e1bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/InteractiveUtils/src/editless.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ Edit a file or directory optionally providing a line number to edit the file at.
Return to the `julia` prompt when you quit the editor. The editor can be changed
by setting `JULIA_EDITOR`, `VISUAL` or `EDITOR` as an environment variable.
!!! compat "Julia 1.9"
The `column` argument requires at least Julia 1.9.
See also [`InteractiveUtils.define_editor`](@ref).
"""
function edit(path::AbstractString, line::Integer=0, column::Integer=0)
Expand Down

0 comments on commit 3f8e1bd

Please sign in to comment.