1
0
forked from aniani/vim

patch 7.4.2313

Problem:    Crash when deleting an augroup and listing an autocommand.
            (Dominique Pelle)
Solution:   Make sure deleted_augroup is valid.
This commit is contained in:
Bram Moolenaar
2016-09-03 16:43:53 +02:00
parent 5a49789a9b
commit b62cc36a60
3 changed files with 26 additions and 8 deletions

View File

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