comparison runtime/doc/insert.txt @ 5130:71e066e10a47 v7.3.1308

updated for version 7.3.1308 Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Jul 2013 22:50:40 +0200
parents a5352e73dc00
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
5129:fd80611c5f83 5130:71e066e10a47
1 *insert.txt* For Vim version 7.3. Last change: 2013 Apr 12 1 *insert.txt* For Vim version 7.3. Last change: 2013 Jul 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
134 When the result is a |List| the items are used 134 When the result is a |List| the items are used
135 as lines. They can have line breaks inside 135 as lines. They can have line breaks inside
136 too. 136 too.
137 When the result is a Float it's automatically 137 When the result is a Float it's automatically
138 converted to a String. 138 converted to a String.
139 When append() or setline() is invoked the undo
140 sequence will be broken.
139 See |registers| about registers. {not in Vi} 141 See |registers| about registers. {not in Vi}
140 142
141 CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R* 143 CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R*
142 Insert the contents of a register. Works like using a single 144 Insert the contents of a register. Works like using a single
143 CTRL-R, but the text is inserted literally, not as if typed. 145 CTRL-R, but the text is inserted literally, not as if typed.