diff src/version.c @ 3326:a9f8dd20a49f v7.3.430

updated for version 7.3.430 Problem: When a custom filetype detection uses "augroup END" the conf fileytpe detection does not have the filetypedetect group. Solution: Always end the group and include filetypedetect in the conf autocommand. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 20:08:36 +0100
parents c9366ca36f6f
children a27fac494e70
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 */
 /**/
+    430,
+/**/
     429,
 /**/
     428,