aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorDavid Barnett <davidbarnett2@gmail.com>2016-04-18 09:15:13 -0700
committerDavid Barnett <davidbarnett2@gmail.com>2016-04-18 21:36:16 -0700
commit0d264abdd070bf28540e12465ee6e36f0d0a06c7 (patch)
tree32ee59f60db9e11b1e175fb08efe14abda30259f /runtime/doc/insert.txt
parentf3d6c443d98e06adcb3bfb7e7edd4d9be9588092 (diff)
downloadrneovim-0d264abdd070bf28540e12465ee6e36f0d0a06c7.tar.gz
rneovim-0d264abdd070bf28540e12465ee6e36f0d0a06c7.tar.bz2
rneovim-0d264abdd070bf28540e12465ee6e36f0d0a06c7.zip
vim-patch:ca63501
Update various runtime files. https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index e88e7e48b7..f931dfa341 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.4. Last change: 2015 Sep 01
+*insert.txt* For Vim version 7.4. Last change: 2015 Sep 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -148,7 +148,7 @@ CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R*
CTRL-R a results in "ac".
CTRL-R CTRL-R a results in "ab^Hc".
< Options 'textwidth', 'formatoptions', etc. still apply. If
- you also want to avoid these, use "<C-R><C-O>r", see below.
+ you also want to avoid these, use CTRL-R CTRL-O, see below.
The '.' register (last inserted text) is still inserted as
typed.