comparison runtime/doc/cmdline.txt @ 98:98435a8ddb09

updated for version 7.0038
author vimboss
date Fri, 14 Jan 2005 21:42:54 +0000
parents f1d2a58883b9
children c93c9cad9618
comparison
equal deleted inserted replaced
97:d4f3db33d782 98:98435a8ddb09
1 *cmdline.txt* For Vim version 7.0aa. Last change: 2004 Dec 20 1 *cmdline.txt* For Vim version 7.0aa. Last change: 2005 Jan 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
151 '.' the last inserted text 151 '.' the last inserted text
152 *c_CTRL-R_=* 152 *c_CTRL-R_=*
153 '=' the expression register: you are prompted to 153 '=' the expression register: you are prompted to
154 enter an expression (see |expression|) 154 enter an expression (see |expression|)
155 See |registers| about registers. {not in Vi} 155 See |registers| about registers. {not in Vi}
156 Implementation detail: When using the |expression| register
157 and invoking setcmdpos(), this sets the position before
158 inserting the resulting string. Use CTRL-R CTRL-R to set the
159 position afterwards.
156 160
157 CTRL-R CTRL-F *c_CTRL-R_CTRL-F* *c_<C-R>_<C-F>* 161 CTRL-R CTRL-F *c_CTRL-R_CTRL-F* *c_<C-R>_<C-F>*
158 CTRL-R CTRL-P *c_CTRL-R_CTRL-P* *c_<C-R>_<C-P>* 162 CTRL-R CTRL-P *c_CTRL-R_CTRL-P* *c_<C-R>_<C-P>*
159 CTRL-R CTRL-W *c_CTRL-R_CTRL-W* *c_<C-R>_<C-W>* 163 CTRL-R CTRL-W *c_CTRL-R_CTRL-W* *c_<C-R>_<C-W>*
160 CTRL-R CTRL-A *c_CTRL-R_CTRL-A* *c_<C-R>_<C-A>* 164 CTRL-R CTRL-A *c_CTRL-R_CTRL-A* *c_<C-R>_<C-A>*