diff src/version.c @ 3156:4d4a328f199e v7.3.348

updated for version 7.3.348 Problem: "call range(1, 947948399)" causes a crash. (ZyX) Solution: Avoid a loop in the out of memory message.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 11:41:00 +0200
parents 72528c5eb87e
children 075acc2dccaa
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 */
 /**/
+    348,
+/**/
     347,
 /**/
     346,