aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-07 01:09:09 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-07 01:16:42 +0100
commitef7af078ef41fabbf3ca9d25acb6a1062a0716a7 (patch)
tree29fff7cf7590879f3ab99e9ba141e8d6b149d846 /runtime/doc/insert.txt
parent8c6a92c6e2af2d5025b1be994802d61f39af2b9e (diff)
downloadrneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.tar.gz
rneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.tar.bz2
rneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.zip
vim-patch:cd5c8f825078
Update runtime files. https://github.com/vim/vim/commit/cd5c8f82507822467232ab71e1ebbaae19595916
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index f3bde9d8d2..f6b2ef7bc3 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -146,7 +146,8 @@ CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R*
CTRL-R CTRL-O {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-O*
Insert the contents of a register literally and don't
auto-indent. Does the same as pasting with the mouse
- |<MiddleMouse>|.
+ |<MiddleMouse>|. When the register is linewise this will
+ insert the text above the current line, like with `P`.
Does not replace characters!
The '.' register (last inserted text) is still inserted as
typed.