comparison src/version.c @ 3310:60f6df978a41 v7.3.422

updated for version 7.3.422 Problem: Python 3 does not have __members__. Solution: Add "name" and "number" in another way. (lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 Feb 2012 20:17:26 +0100
parents 076003f52582
children b7811ab264bf
comparison
equal deleted inserted replaced
3309:d3cf98aa1619 3310:60f6df978a41
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 422,
717 /**/ 719 /**/
718 421, 720 421,
719 /**/ 721 /**/
720 420, 722 420,
721 /**/ 723 /**/