]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): mention special case of i_CTRL-R_-
authorChristian Brabandt <cb@256bit.org>
Tue, 29 Aug 2023 14:22:38 +0000 (16:22 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 29 Aug 2023 14:23:22 +0000 (16:23 +0200)
closes: #12947
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt

index ccf5178a8a7d7caf276de685ce6f109e5ec33e96..6248f742f7006ef14f6d639ca2468c00a22849ac 100644 (file)
@@ -127,7 +127,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|)