1
0
forked from aniani/vim

updated for version 7.3.654

Problem:    When creating a Vim dictionary from Python objects an empty key
            might be used.
Solution:   Do not use empty keys, throw an IndexError. (ZyX)
This commit is contained in:
Bram Moolenaar
2012-09-05 18:45:28 +02:00
parent e2db4361d2
commit 231e1a1723
2 changed files with 23 additions and 7 deletions

View File

@@ -719,6 +719,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
654,
/**/
653,
/**/