comparison src/version.c @ 3600:0abd38ba6455 v7.3.560

updated for version 7.3.560 Problem: Get an error for a locked argument in extend(). Solution: Initialize the lock flag for a dictionary. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Jun 2012 14:13:06 +0200
parents 74adc9f7e15b
children a1de7928a7ab
comparison
equal deleted inserted replaced
3599:05e7fe1f4b3c 3600:0abd38ba6455
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 560,
717 /**/ 719 /**/
718 559, 720 559,
719 /**/ 721 /**/
720 558, 722 558,
721 /**/ 723 /**/