commit | 73b2470896034e9d5a13837eec49b2f1065b8c12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 20:08:36 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 20:08:36 2012 +0100 |
tree | 0d5ac73cfeaa6f9e32f8d1b17e783ef5bf3ca2c6 | |
parent | be094a157913535d46cc6ac39465ce1ea7dae132 [diff] |
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)
diff --git a/src/version.c b/src/version.c index 03bdab2..88bb6e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,