diff src/version.c @ 3160:07956eab189c v7.3.350

updated for version 7.3.350 Problem: Block of code after ":lua << EOF" may not work. (Paul Isambert) Solution: Recognize the ":lua" command, skip to EOF.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 13:19:27 +0200
parents 075acc2dccaa
children ff69efc4bc55
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 */
 /**/
+    350,
+/**/
     349,
 /**/
     348,