diff src/version.c @ 3931:b23f583e132e v7.3.721

updated for version 7.3.721 Problem: Ruby interface defines local functions globally. Solution: Make the functions static.
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 16:59:14 +0100
parents 9e119e0ade5d
children de6968039340
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    721,
+/**/
     720,
 /**/
     719,