comparison runtime/doc/eval.txt @ 2845:d641f141f937 v7.3.196

updated for version 7.3.196 Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 17:25:41 +0200
parents c869ff170ddc
children 69e0783ed0ef
comparison
equal deleted inserted replaced
2844:3059bacf05a5 2845:d641f141f937
1291 window gets a number). 1291 window gets a number).
1292 1292
1293 *v:char* *char-variable* 1293 *v:char* *char-variable*
1294 v:char Argument for evaluating 'formatexpr' and used for the typed 1294 v:char Argument for evaluating 'formatexpr' and used for the typed
1295 character when using <expr> in an abbreviation |:map-<expr>|. 1295 character when using <expr> in an abbreviation |:map-<expr>|.
1296 It is also used by the |InsertPreChar| event.
1296 1297
1297 *v:charconvert_from* *charconvert_from-variable* 1298 *v:charconvert_from* *charconvert_from-variable*
1298 v:charconvert_from 1299 v:charconvert_from
1299 The name of the character encoding of a file to be converted. 1300 The name of the character encoding of a file to be converted.
1300 Only valid while evaluating the 'charconvert' option. 1301 Only valid while evaluating the 'charconvert' option.