comparison src/version.c @ 3828:fd6ef931aa77 v7.3.672

updated for version 7.3.672 Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Sep 2012 14:00:35 +0200
parents 530f5a903031
children ca1c025079b1
comparison
equal deleted inserted replaced
3827:72c860159c0f 3828:fd6ef931aa77
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 672,
722 /**/ 724 /**/
723 671, 725 671,
724 /**/ 726 /**/
725 670, 727 670,
726 /**/ 728 /**/