comparison runtime/doc/insert.txt @ 36:125e80798a85 v7.0021

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:34:53 +0000
parents 946da5994c01
children f1d2a58883b9
comparison
equal deleted inserted replaced
35:8f3a526c2fe1 36:125e80798a85
1 *insert.txt* For Vim version 7.0aa. Last change: 2004 Jul 04 1 *insert.txt* For Vim version 7.0aa. Last change: 2004 Nov 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
122 ':' the last command-line 122 ':' the last command-line
123 '.' the last inserted text 123 '.' the last inserted text
124 '-' the last small (less than a line) delete 124 '-' the last small (less than a line) delete
125 '=' the expression register: you are prompted to 125 '=' the expression register: you are prompted to
126 enter an expression (see |expression|) 126 enter an expression (see |expression|)
127 Note that 0x80 (128 decimal) is used for
128 special keys, use CTRL-R CTRL-R to insert it
129 literally.
127 See |registers| about registers. {not in Vi} 130 See |registers| about registers. {not in Vi}
128 131
129 CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R* 132 CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R*
130 Insert the contents of a register. Works like using a single 133 Insert the contents of a register. Works like using a single
131 CTRL-R, but the text is inserted literally, not as if typed. 134 CTRL-R, but the text is inserted literally, not as if typed.