vim-patch:a5eb6785efcc

runtime(doc): mention special case of i_CTRL-R_-

closes: vim/vim#12947

a5eb6785ef

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Clason 2023-08-29 22:19:46 +02:00
parent 88bf4204ef
commit c4c5178b8e

View File

@ -119,7 +119,11 @@ CTRL-R {register} *i_CTRL-R*
'/' the last search pattern '/' the last search pattern
':' the last command-line ':' the last command-line
'.' the last inserted text '.' the last inserted text
*i_CTRL-R_-*
'-' the last small (less than a line) delete '-' the last small (less than a line) delete
register. This is repeatable using |.| since
it remembers the register to put instead of
the literal text to insert.
*i_CTRL-R_=* *i_CTRL-R_=*
'=' the expression register: you are prompted to '=' the expression register: you are prompted to
enter an expression (see |expression|) enter an expression (see |expression|)