diff src/version.c @ 3116:ec901ddc84d5 v7.3.329

updated for version 7.3.329 Problem: When skipping over code from ":for" to ":endfor" get an error for calling a dict function. (Yasuhiro Matsumoto) Solution: Ignore errors when skipping over :call command.
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Sep 2011 18:35:57 +0200
parents 5b53cea62e5d
children abb03be99d66
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 */
 /**/
+    329,
+/**/
     328,
 /**/
     327,