comparison runtime/doc/eval.txt @ 2709:b01a37ab556b

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 14:42:19 +0100
parents b6471224d2af
children 6f63330ec225
comparison
equal deleted inserted replaced
2708:e44523d45bf5 2709:b01a37ab556b
1 *eval.txt* For Vim version 7.3. Last change: 2011 Feb 07 1 *eval.txt* For Vim version 7.3. Last change: 2011 Feb 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1284 highlighted text is used. 1284 highlighted text is used.
1285 Only valid while evaluating the 'balloonexpr' option. 1285 Only valid while evaluating the 'balloonexpr' option.
1286 1286
1287 *v:beval_winnr* *beval_winnr-variable* 1287 *v:beval_winnr* *beval_winnr-variable*
1288 v:beval_winnr The number of the window, over which the mouse pointer is. Only 1288 v:beval_winnr The number of the window, over which the mouse pointer is. Only
1289 valid while evaluating the 'balloonexpr' option. 1289 valid while evaluating the 'balloonexpr' option. The first
1290 window has number zero (unlike most other places where a
1291 window gets a number).
1290 1292
1291 *v:char* *char-variable* 1293 *v:char* *char-variable*
1292 v:char Argument for evaluating 'formatexpr' and used for the typed 1294 v:char Argument for evaluating 'formatexpr' and used for the typed
1293 character when using <expr> in an abbreviation |:map-<expr>|. 1295 character when using <expr> in an abbreviation |:map-<expr>|.
1294 1296