vim-patch:3769100: runtime(doc): fix mismatch between 'backspace' and |i_backspacing| (#35185)

closes: vim/vim#17867

3769100a8e

Co-authored-by: Emilien Breton <bricktech2000@gmail.com>
This commit is contained in:
zeertzjq
2025-08-06 19:41:43 +08:00
committed by GitHub
parent 72d3ffd716
commit a3921d2be6

View File

@@ -269,9 +269,11 @@ The effect of the <BS>, CTRL-W, and CTRL-U depend on the 'backspace' option
item action ~ item action ~
indent allow backspacing over autoindent indent allow backspacing over autoindent
eol allow backspacing over end-of-line (join lines) eol allow backspacing over line breaks (join lines)
start allow backspacing over the start position of insert; CTRL-W and start allow backspacing over the start of insert; CTRL-W and CTRL-U stop
CTRL-U stop once at the start position once at the start of insert.
nostop like start, except CTRL-W and CTRL-U do not stop at the start of
insert.
When 'backspace' is empty, Vi compatible backspacing is used. You cannot When 'backspace' is empty, Vi compatible backspacing is used. You cannot
backspace over autoindent, before column 1 or before where insert started. backspace over autoindent, before column 1 or before where insert started.