comparison runtime/doc/cmdline.txt @ 3893:c3036f1dca68

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 03:02:54 +0200
parents 11d40fc82f11
children e362db8b2d7b
comparison
equal deleted inserted replaced
3892:17f65314014c 3893:c3036f1dca68
1 *cmdline.txt* For Vim version 7.3. Last change: 2012 Jun 20 1 *cmdline.txt* For Vim version 7.3. Last change: 2012 Oct 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
215 :" place the cursor on the ) 215 :" place the cursor on the )
216 :call setcmdpos(strlen(cmd)) 216 :call setcmdpos(strlen(cmd))
217 :return cmd 217 :return cmd
218 :endfunc 218 :endfunc
219 < This doesn't work recursively, thus not when already editing 219 < This doesn't work recursively, thus not when already editing
220 an expression. 220 an expression. But it is possible to use in a mapping.
221 221
222 *c_CTRL-Y* 222 *c_CTRL-Y*
223 CTRL-Y When there is a modeless selection, copy the selection into 223 CTRL-Y When there is a modeless selection, copy the selection into
224 the clipboard. |modeless-selection| 224 the clipboard. |modeless-selection|
225 If there is no selection CTRL-Y is inserted as a character. 225 If there is no selection CTRL-Y is inserted as a character.