diff src/version.c @ 3792:73557eda7027 v7.3.654

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 18:45:28 +0200
parents fd0c7452fa51
children 0d3238b54963
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    654,
+/**/
     653,
 /**/
     652,