diff src/version.c @ 3755:616bc1ad4f12 v7.3.636

updated for version 7.3.636 Problem: Not all zero-width matches handled correctly for "gn". Solution: Move zero-width detection to a separate function. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Aug 2012 15:53:05 +0200
parents f7f68f83fc33
children 3b62d8f36cdf
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 */
 /**/
+    636,
+/**/
     635,
 /**/
     634,