aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-09 20:46:30 +0800
committerGitHub <noreply@github.com>2022-02-09 20:46:30 +0800
commit60e3940b4a94b2d089147579c7d62747543f0385 (patch)
tree0a7034bf1eacbc7508876e4e5558655c20e28d09 /runtime/doc/index.txt
parent3959f3a9c8aa040f3562b0a5fd442c9c2f0a4f9a (diff)
parent3fe47647c7b902d882d3d72158f2712490506a75 (diff)
downloadrneovim-60e3940b4a94b2d089147579c7d62747543f0385.tar.gz
rneovim-60e3940b4a94b2d089147579c7d62747543f0385.tar.bz2
rneovim-60e3940b4a94b2d089147579c7d62747543f0385.zip
Merge pull request #17346 from zeertzjq/vim-8.2.4242
vim-patch:8.2.{4242,4315}: put in Visual mode cannot be repeated
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index f02f9f8032..e3bc3d5437 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -923,7 +923,9 @@ tag command note action in Visual mode ~
before the highlighted area
|v_J| J 2 join the highlighted lines
|v_K| K run 'keywordprg' on the highlighted area
-|v_O| O move horizontally to other corner of area.
+|v_O| O move horizontally to other corner of area
+|v_P| P replace highlighted area with register
+ contents; unnamed register is unchanged
Q does not start Ex mode
|v_R| R 2 delete the highlighted lines and start
insert