summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2022-01-28 16:01:13 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-28 16:01:13 +0000
commitfb55207ed17918c8a2a6cadf5ad9d5fcf686a7ab (patch)
tree9faeac58af548281bea9b0f703bd2cbbdb96c380 /runtime
parent420fabcd4ffeaf79082a6e43db91e1d363f88f27 (diff)
patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242
Problem: Put in Visual mode cannot be repeated. Solution: Use "P" to put without yanking the deleted text into the unnamed register. (Shougo Matsushita, closes #9591)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/visual.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index 3db506e353..d61d5d8bb5 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -265,6 +265,7 @@ Additionally the following commands can be used:
X delete (2) |v_X|
Y yank (2) |v_Y|
p put |v_p|
+ P put without unnamed register overwrite |v_P|
J join (1) |v_J|
U make uppercase |v_U|
u make lowercase |v_u|