1
0
forked from aniani/vim

patch 7.4.2314

Problem:    No error when deleting an augroup while it's the current one.
Solution:   Disallow deleting an augroup when it's the current one.
This commit is contained in:
Bram Moolenaar
2016-09-03 16:59:06 +02:00
parent b62cc36a60
commit de653f0880
3 changed files with 11 additions and 3 deletions

View File

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