comparison src/version.c @ 3474:d7b335626ddc v7.3.501

updated for version 7.3.501 Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Apr 2012 18:05:47 +0200
parents b36640b2f671
children 1d1cce57421c
comparison
equal deleted inserted replaced
3473:a0a87a0791fe 3474:d7b335626ddc
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 501,
717 /**/ 719 /**/
718 500, 720 500,
719 /**/ 721 /**/
720 499, 722 499,
721 /**/ 723 /**/