diff src/version.c @ 3757:3b62d8f36cdf v7.3.637

updated for version 7.3.637 Problem: Cannot catch the error caused by a foldopen when there is no fold. (ZyX, Issue 48) Solution: Do not break out of the loop early when inside try/catch. (Christian Brabandt) Except when there is a syntax error.
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Aug 2012 18:43:10 +0200
parents 616bc1ad4f12
children c0256c4bd91e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    637,
+/**/
     636,
 /**/
     635,