commit | de653f08805dde14424d417502a0480a6ad292f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:59:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:59:06 2016 +0200 |
tree | 455032d1febac1d084c69e3ca2cc7bb08b8def3b | |
parent | b62cc36a600e2e1e5a1d1d484fef89898c847c4c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8c10a94..eb1c302 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2314, +/**/ 2313, /**/ 2312,