comparison runtime/doc/insert.txt @ 7147:c590de398af9

commit https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 20:34:21 2015 +0200 Update various runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Sep 2015 20:45:09 +0200
parents f717d96a39b3
children 93f747af7b58
comparison
equal deleted inserted replaced
7146:274adc0c2140 7147:c590de398af9
1 *insert.txt* For Vim version 7.4. Last change: 2015 Sep 01 1 *insert.txt* For Vim version 7.4. Last change: 2015 Sep 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
150 This differs when the register contains characters like <BS>. 150 This differs when the register contains characters like <BS>.
151 Example, where register a contains "ab^Hc": > 151 Example, where register a contains "ab^Hc": >
152 CTRL-R a results in "ac". 152 CTRL-R a results in "ac".
153 CTRL-R CTRL-R a results in "ab^Hc". 153 CTRL-R CTRL-R a results in "ab^Hc".
154 < Options 'textwidth', 'formatoptions', etc. still apply. If 154 < Options 'textwidth', 'formatoptions', etc. still apply. If
155 you also want to avoid these, use "<C-R><C-O>r", see below. 155 you also want to avoid these, use CTRL-R CTRL-O, see below.
156 The '.' register (last inserted text) is still inserted as 156 The '.' register (last inserted text) is still inserted as
157 typed. {not in Vi} 157 typed. {not in Vi}
158 158
159 CTRL-R CTRL-O {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-O* 159 CTRL-R CTRL-O {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-O*
160 Insert the contents of a register literally and don't 160 Insert the contents of a register literally and don't