comparison runtime/doc/change.txt @ 3507:8201108e9cf0

More runtime file fixes for 'compatible' mode.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 May 2012 21:14:34 +0200
parents 1be42b88900e
children 5c1aaf9b4b1b
comparison
equal deleted inserted replaced
3506:273fbf501965 3507:8201108e9cf0
1 *change.txt* For Vim version 7.3. Last change: 2012 Apr 25 1 *change.txt* For Vim version 7.3. Last change: 2012 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
258 If {char} is a <CR> or <NL>, a line break replaces the 258 If {char} is a <CR> or <NL>, a line break replaces the
259 character. To replace with a real <CR>, use CTRL-V 259 character. To replace with a real <CR>, use CTRL-V
260 <CR>. CTRL-V <NL> replaces with a <Nul>. 260 <CR>. CTRL-V <NL> replaces with a <Nul>.
261 {Vi: CTRL-V <CR> still replaces with a line break, 261 {Vi: CTRL-V <CR> still replaces with a line break,
262 cannot replace something with a <CR>} 262 cannot replace something with a <CR>}
263
264 If {char} is CTRL-E or CTRL-Y the character from the
265 line below or above is used, just like with |i_CTRL-E|
266 and |i_CTRL-Y|. This also works with a count, thus
267 `10r<C-E>` copies 10 characters from the line below.
268
263 If you give a [count], Vim replaces [count] characters 269 If you give a [count], Vim replaces [count] characters
264 with [count] {char}s. When {char} is a <CR> or <NL>, 270 with [count] {char}s. When {char} is a <CR> or <NL>,
265 however, Vim inserts only one <CR>: "5r<CR>" replaces 271 however, Vim inserts only one <CR>: "5r<CR>" replaces
266 five characters with a single line break. 272 five characters with a single line break.
267 When {char} is a <CR> or <NL>, Vim performs 273 When {char} is a <CR> or <NL>, Vim performs