commit | 9a046fd08bcae319d39a4dbde2be81decee19013 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 13:47:59 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 13:47:59 2021 +0100 |
tree | d4f2eb3f05595e0b38ca7704011e16d428d14e6e | |
parent | d697ddea1466d877a79f8c56d46361dc54e9baef [diff] [blame] |
patch 8.2.2420: too many problems with using all autocommand events Problem: Too many problems with using all autocommand events. Solution: Disallow defining an autocommand for all events.
diff --git a/src/version.c b/src/version.c index 160b538..3d0613c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2420, +/**/ 2419, /**/ 2418,