Merge pull request #2176 from YLRong/fix/replace-pos-only-description
fix: remove misleading hint from replace pos only description
This commit is contained in:
commit
7236e6ee02
@ -34,7 +34,7 @@ FILE CREATION:
|
|||||||
CRITICAL: only unanchored append/prepend can create a missing file.
|
CRITICAL: only unanchored append/prepend can create a missing file.
|
||||||
|
|
||||||
OPERATION CHOICE:
|
OPERATION CHOICE:
|
||||||
replace with pos only -> replace one line at pos (MOST COMMON for single-line edits)
|
replace with pos only -> replace one line at pos
|
||||||
replace with pos+end -> replace ENTIRE range pos..end as a block (ranges MUST NOT overlap across edits)
|
replace with pos+end -> replace ENTIRE range pos..end as a block (ranges MUST NOT overlap across edits)
|
||||||
append with pos/end anchor -> insert after that anchor
|
append with pos/end anchor -> insert after that anchor
|
||||||
prepend with pos/end anchor -> insert before that anchor
|
prepend with pos/end anchor -> insert before that anchor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user