commit | 231e1a17232a6d396266194efad53259e7d05ff1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 18:45:28 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 18:45:28 2012 +0200 |
tree | 4d0678578207560effa5b0d1682888eb5dfb4d1b | |
parent | e2db4361d2236b1bf56fb436d274c8b9b361196c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4c31c97..b3daa7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 654, +/**/ 653, /**/ 652,