comparison runtime/doc/eval.txt @ 6213:37c24033b260

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 18:48:09 +0200
parents 4176c48c7dd5
children bd18da914be9
comparison
equal deleted inserted replaced
6212:c9f5516b7967 6213:37c24033b260
1 *eval.txt* For Vim version 7.4. Last change: 2014 Aug 29 1 *eval.txt* For Vim version 7.4. Last change: 2014 Sep 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3344 > debug mode command |debug-mode| 3344 > debug mode command |debug-mode|
3345 / forward search command 3345 / forward search command
3346 ? backward search command 3346 ? backward search command
3347 @ |input()| command 3347 @ |input()| command
3348 - |:insert| or |:append| command 3348 - |:insert| or |:append| command
3349 = |i_CTRL-R_=|
3349 Only works when editing the command line, thus requires use of 3350 Only works when editing the command line, thus requires use of
3350 |c_CTRL-\_e| or |c_CTRL-R_=| or an expression mapping. 3351 |c_CTRL-\_e| or |c_CTRL-R_=| or an expression mapping.
3351 Returns an empty string otherwise. 3352 Returns an empty string otherwise.
3352 Also see |getcmdpos()|, |setcmdpos()| and |getcmdline()|. 3353 Also see |getcmdpos()|, |setcmdpos()| and |getcmdline()|.
3353 3354