diff src/version.c @ 4601:19d406a8509d v7.3.1048

updated for version 7.3.1048 Problem: Python: no consistent naming. Solution: Python patch 9: Rename d to dict and lookupDict to lookup_dict. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:39:52 +0200
parents 89bec74fd793
children 074491a83571
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1048,
+/**/
     1047,
 /**/
     1046,