[7.2.266] When an expression abbreviation is triggered, the typed character
commitccf0b1605cf1f1bb13a133c8850df9318b7d3e9a
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 30 Sep 2009 15:11:29 +0000 (30 15:11 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 30 Sep 2009 15:11:29 +0000 (30 15:11 +0000)
treebc4faa606dd1e91b1ccdaa25579a8a8f9376631c
parentf013d898ee92cabdaf5d89ea0ec2086fdb21a2a4
[7.2.266] When an expression abbreviation is triggered, the typed character

Problem:    When an expression abbreviation is triggered, the typed character
            is unknown.

Solution:   Make the typed character available in v:char.

Patch 7.2.266
runtime/doc/map.txt
src/eval.c
src/getchar.c
src/ops.c
src/proto/eval.pro
src/version.c