diff src/version.c @ 3269:5850b5827691 v7.3.403

updated for version 7.3.403 Problem: ":helpgrep" does not trigger QuickFixCmd* autocommands. Solution: Trigger the autocommands. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 13:39:07 +0100
parents 4eda43e1fce0
children 8b928bc814a8
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 */
 /**/
+    403,
+/**/
     402,
 /**/
     401,