[7.2.295] When using map() on a List the index is not known.
commit7ceb7568a721a83eec849ffb44a676d01161f447
authorBram Moolenaar <Bram@moolenaar.net>
Tue, 17 Nov 2009 12:18:08 +0000 (17 12:18 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Tue, 17 Nov 2009 12:18:08 +0000 (17 12:18 +0000)
tree12a67bb3c91158de37820fb67be145e048ad0ef1
parentaccba6b087a67b24f6136f2e98a6249c11ef95f7
[7.2.295] When using map() on a List the index is not known.

Problem:    When using map() on a List the index is not known.

Solution:   Set v:key to the  index. (Hari Krishna Dara)

Patch 7.2.295
runtime/doc/eval.txt
src/eval.c
src/version.c