diff src/version.c @ 3699:d29aa05b7e31 v7.3.609

updated for version 7.3.609 Problem: File names in :checkpath! output are garbled. Solution: Check for \zs in the pattern. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jul 2012 13:46:30 +0200
parents d47e6222d1cd
children 9f48a5432997
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 */
 /**/
+    609,
+/**/
     608,
 /**/
     607,