commit | f2c4c391192cab6e923b1a418d4af09106fba25f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 20:50:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 20:50:24 2016 +0200 |
tree | 1c69ea6af26f59be1e76ffaab14fbd8cfd8d7f16 | |
parent | c73e4474b1f1b5b18a8d504eec5305e0c77981f7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f797f41..962bae7 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2117, +/**/ 2116, /**/ 2115,