1
0
forked from aniani/vim

patch 7.4.2117

Problem:    Deleting an augroup that still has autocmds does not give a
            warning.  The next defined augroup takes its place.
Solution:   Give a warning and prevent the index being used for another group
            name.
This commit is contained in:
Bram Moolenaar
2016-07-29 20:50:24 +02:00
parent c73e4474b1
commit f2c4c39119
3 changed files with 62 additions and 6 deletions

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2117,
/**/
2116,
/**/