commit | b62cc36a600e2e1e5a1d1d484fef89898c847c4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:43:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:43:53 2016 +0200 |
tree | fa35fb43703bd0816e1518a46ee8bfb6e533e760 | |
parent | 5a49789a9b1f6447aeafbbbdd5b235dd10c471d5 [diff] [blame] |
patch 7.4.2313 Problem: Crash when deleting an augroup and listing an autocommand. (Dominique Pelle) Solution: Make sure deleted_augroup is valid.
diff --git a/src/version.c b/src/version.c index df1de63..8c10a94 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2313, +/**/ 2312, /**/ 2311,