diff src/version.c @ 3200:3801e4811b0e v7.3.370

updated for version 7.3.370 Problem: Compiler warns for unused variable in Lua interface. Solution: Remove the variable.
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 16:00:16 +0100
parents 0df9718c45b6
children e757e1127d21
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 */
 /**/
+    370,
+/**/
     369,
 /**/
     368,