diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-08-29 22:19:46 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-08-30 09:55:24 +0200 |
commit | c4c5178b8e1a6335245f7b862e8db13087737e4b (patch) | |
tree | a9bd1d752f487d2e54b4164762e904e997aa0952 | |
parent | 88bf4204ef33a842f2cbdc66590dadda8bf4e1ef (diff) | |
download | rneovim-c4c5178b8e1a6335245f7b862e8db13087737e4b.tar.gz rneovim-c4c5178b8e1a6335245f7b862e8db13087737e4b.tar.bz2 rneovim-c4c5178b8e1a6335245f7b862e8db13087737e4b.zip |
vim-patch:a5eb6785efcc
runtime(doc): mention special case of i_CTRL-R_-
closes: vim/vim#12947
https://github.com/vim/vim/commit/a5eb6785efcc36a97e071722408acc20d6c6e606
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/insert.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index a1e0675b36..7571551130 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -119,7 +119,11 @@ CTRL-R {register} *i_CTRL-R* '/' the last search pattern ':' the last command-line '.' the last inserted text + *i_CTRL-R_-* '-' 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_=* '=' the expression register: you are prompted to enter an expression (see |expression|) |