diff src/version.c @ 3091:92a181a1cec3 v7.3.317

updated for version 7.3.317 Problem: Calling debug.debug() in Lua may cause Vim to hang. Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho)
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Sep 2011 17:15:39 +0200
parents 33c140e4664d
children d68f20a86a3e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    317,
+/**/
     316,
 /**/
     315,