diff src/version.c @ 4603:074491a83571 v7.3.1049

updated for version 7.3.1049 Problem: Python: no consistent naming Solution: Python patch 10: Rename DICTKEY_GET_NOTEMPTY to DICTKEY_GET. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:43:37 +0200
parents 19d406a8509d
children 38276cfe40b2
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 */
 /**/
+    1049,
+/**/
     1048,
 /**/
     1047,