comparison 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
comparison
equal deleted inserted replaced
4600:38944ed20efa 4601:19d406a8509d
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1048,
731 /**/ 733 /**/
732 1047, 734 1047,
733 /**/ 735 /**/
734 1046, 736 1046,
735 /**/ 737 /**/