diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    501,
+/**/
     500,
 /**/
     499,